[Tickets #6520] Sort user list

bugs at horde.org bugs at horde.org
Mon Mar 24 02:03:38 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6520
-----------------------------------------------------------------------
 Ticket             | 6520
 Created By         | david at tmv.gov.tw
 Summary            | Sort user list 
 Queue              | Ansel
 Type               | Enhancement
 State              | New
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


david at tmv.gov.tw (2008-03-23 22:03) wrote:

--- ./ansel/perms.php.org       2008-03-24 09:17:24.�M +0800
+++ ./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();





More information about the bugs mailing list