phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] projects/inc class.boprojects.inc.php, 1.42.2.5.2.40


From: ceb
Subject: [Phpgroupware-cvs] projects/inc class.boprojects.inc.php, 1.42.2.5.2.40
Date: Tue, 24 May 2005 01:13:00 +0200

Update of projects/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.boprojects.inc.php lines: +2 -2

Log Message:
fix for bug 13037

====================================================
Index: projects/inc/class.boprojects.inc.php
diff -u projects/inc/class.boprojects.inc.php:1.42.2.5.2.39 
projects/inc/class.boprojects.inc.php:1.42.2.5.2.40
--- projects/inc/class.boprojects.inc.php:1.42.2.5.2.39 Thu Sep  2 22:47:13 2004
+++ projects/inc/class.boprojects.inc.php       Mon May 23 23:13:46 2005
@@ -387,7 +387,7 @@
                function list_admins($action, $type, $start, $query, $sort, 
$order)
                {
                        $admins = $this->read_admins($action, 'all');
-                       $allaccounts = 
$GLOBALS['phpgw']->accounts->get_list($type, $start, $sort, $order, $query);
+                       $allaccounts = 
$GLOBALS['phpgw']->accounts->get_list($type, -1, $sort, $order, $query);

                        $j = 0;
                        while (is_array($allaccounts) && list($null,$account) = 
each($allaccounts))






reply via email to

[Prev in Thread] Current Thread [Next in Thread]