diff options
author | plegall <plg@piwigo.org> | 2012-04-26 09:08:47 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2012-04-26 09:08:47 +0000 |
commit | 05b73baf39b871945ad5667ad2d15492cc654355 (patch) | |
tree | ced58b1728f0dd203cec0bca05b2fc4a34b57f1c | |
parent | 5d07b9318cfc76e55a7847c1abf21bd9ba1a7da9 (diff) |
merge r14430 from branch 2.3 to trunk
feature 2625: ability to sort user list by email address
git-svn-id: http://piwigo.org/svn/trunk@14431 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 3c313b28d..abe5ca84c 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( |