summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-26 08:20:01 +0200
committermkanat%bugzilla.org <>2006-07-26 08:20:01 +0200
commit9334d6db0c9982de74c9f8bcb572f945fcca4cb4 (patch)
tree9af28dd8863c23f9c23667c14a6ef699d363cf72 /editusers.cgi
parentf191286713b620120a0642b7d1757a0f762a4bd6 (diff)
downloadbugzilla-9334d6db0c9982de74c9f8bcb572f945fcca4cb4.tar.gz
bugzilla-9334d6db0c9982de74c9f8bcb572f945fcca4cb4.tar.xz
Bug 339382: Make Bugzilla::Field use Bugzilla::Object
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-xeditusers.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editusers.cgi b/editusers.cgi
index 9a4bfd5c0..4d7292391 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -755,7 +755,7 @@ if ($action eq 'search') {
profiles_activity.newvalue AS added
FROM profiles_activity
INNER JOIN profiles ON profiles_activity.who = profiles.userid
- INNER JOIN fielddefs ON fielddefs.fieldid = profiles_activity.fieldid
+ INNER JOIN fielddefs ON fielddefs.id = profiles_activity.fieldid
WHERE profiles_activity.userid = ?
ORDER BY profiles_activity.profiles_when",
{'Slice' => {}},