[#6520] Sort user list
Summary Sort user list
Queue Ansel
Type Enhancement
State Resolved
Priority 1. Low
Owners Michael Rubinsky <mrubinsk (at) horde (dot) org>
Requester david (at) tmv (dot) gov (dot) tw
Created 03/23/2008 (103 days ago)
Due
Updated 03/29/2008 (97 days ago)
Assigned
Resolved 03/29/2008 (97 days ago)
Attachments
Milestone
Patch No

History
03/29/2008 Michael Rubinsky Comment #2
State ⇒ Resolved
Assigned to Michael Rubinsky
Reply to this comment
Committed, along with a similar change for group names.
Thanks!
03/23/2008 david (at) tmv (dot) gov (dot) tw Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Ansel
Summary ⇒ Sort user list
Type ⇒ Enhancement
Priority ⇒ 1. Low
State ⇒ New
Reply to this comment
--- ./ansel/perms.php.org       2008-03-24 09:17:24.&#65533;M +0800
+++ ./ansel/perms.php   2008-03-24 09:18:52.&#65533;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();