From 56d095b30f5d5e5ecfbdd54458d8326a646c5a1c Mon Sep 17 00:00:00 2001 From: plegall Date: Sat, 12 Mar 2005 10:28:44 +0000 Subject: - bug fixed : status name is displayed as its localized name git-svn-id: http://piwigo.org/svn/trunk@746 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile.php b/profile.php index a36fdbc74..42d36ca92 100644 --- a/profile.php +++ b/profile.php @@ -366,7 +366,7 @@ SELECT user_id, group_id, name 'U_MOD'=>add_session_id($profile_url.$item['id']), 'U_PERM'=>add_session_id($perm_url.$item['id']), 'USERNAME'=>$item['username'], - 'STATUS'=>$item['status'], + 'STATUS'=>$lang['user_status_'.$item['status']], 'EMAIL'=>isset($item['mail_address']) ? $item['mail_address'] : '', 'GROUPS'=>$groups )); -- cgit v1.2.3