
| Summary | Sort user list |
| Queue | Ansel |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | david (at) tmv (dot) gov (dot) tw |
| Created | 3/24/08 (6591 days ago) |
| Due | |
| Updated | 3/29/08 (6586 days ago) |
| Assigned | |
| Resolved | 3/29/08 (6586 days ago) |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Thanks!
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Sort user list
Queue ⇒ Ansel
Milestone ⇒
Patch ⇒ No
+++ ./ansel/perms.php 2008-03-24 09:18:52.�M +0800
@@ -251,6 +251,7 @@
}
$userList = $auth->listUsers();
+sort($userList);
if (is_a($userList, 'PEAR_Error')) {
Horde::logMessage($userList, __FILE__, __LINE__, PEAR_LOG_NOTICE);
$userList = array();