summaryrefslogtreecommitdiffstats
path: root/editusers.cgi
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-05-24 05:34:04 +0200
committerlpsolit%gmail.com <>2008-05-24 05:34:04 +0200
commit074f7b588974ced7368f2783adc1d7437d54ba77 (patch)
tree79febe1a4015e6cf5327be0243aa0e48c15e9ee0 /editusers.cgi
parentd636ffc11dcfb6106aafc08481f0db548874e5bc (diff)
downloadbugzilla-074f7b588974ced7368f2783adc1d7437d54ba77.tar.gz
bugzilla-074f7b588974ced7368f2783adc1d7437d54ba77.tar.xz
Bug 435250: In the "View User Account Log" page, the information in the "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
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 11bd62bde..4e75d6df4 100755
--- a/editusers.cgi
+++ b/editusers.cgi
@@ -642,7 +642,7 @@ if ($action eq 'search') {
$vars->{'profile_changes'} = $dbh->selectall_arrayref(
"SELECT profiles.login_name AS who, " .
$dbh->sql_date_format('profiles_activity.profiles_when') . " AS activity_when,
- fielddefs.description AS what,
+ fielddefs.name AS what,
profiles_activity.oldvalue AS removed,
profiles_activity.newvalue AS added
FROM profiles_activity