diff options
author | plegall <plg@piwigo.org> | 2012-04-26 09:07:48 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-26 09:07:48 +0000 |
commit | 024b5944d2a543683ce03a86af319ecf8a3e4fa3 (patch) | |
tree | d4d01c077e6204d1d60a7953282fd7c3279ab38c /admin/user_list.php | |
parent | b03ab1202201372d7763d251f9be462eb8b6f9d4 (diff) |
feature 2625: ability to sort user list by email address
git-svn-id: http://piwigo.org/svn/branches/2.3@14430 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/user_list.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/user_list.php b/admin/user_list.php index 657fa8b3f..7ee56aec8 100644 --- a/admin/user_list.php +++ b/admin/user_list.php @@ -171,6 +171,7 @@ $page['order_by_items'] = array( 'username' => l10n('Username'), 'level' => l10n('Privacy level'), 'Language' => l10n('Language'), + 'email' => l10n('Email address'), ); $page['direction_items'] = array( |