- bug fixed : status name is displayed as its localized name
git-svn-id: http://piwigo.org/svn/trunk@746 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
0755ca8bfe
commit
56d095b30f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
));
|
||||
|
|
Loading…
Reference in a new issue