From 074f7b588974ced7368f2783adc1d7437d54ba77 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sat, 24 May 2008 03:34:04 +0000 Subject: =?UTF-8?q?Bug=20435250:=20In=20the=20"View=20User=20Account=20Log?= =?UTF-8?q?"=20page,=20the=20information=20in=20the=20"What"=20column=20ar?= =?UTF-8?q?e=20displayed=20in=20English=20on=20localized=20installation=20?= =?UTF-8?q?-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r/a=3Dmkanat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- editusers.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editusers.cgi') 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 -- cgit v1.2.1