phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.boadmin.inc.php,1.6


From: sigurdne
Subject: [Phpgroupware-cvs] property/inc class.boadmin.inc.php,1.6
Date: Fri, 25 Nov 2005 13:44:00 +0100

Update of property/inc

Modified Files:
     Branch: MAIN
            class.boadmin.inc.php lines: +8 -3

Log Message:
*** empty log message ***

====================================================
Index: property/inc/class.boadmin.inc.php
diff -u property/inc/class.boadmin.inc.php:1.5 
property/inc/class.boadmin.inc.php:1.6
--- property/inc/class.boadmin.inc.php:1.5      Thu May 12 21:26:28 2005
+++ property/inc/class.boadmin.inc.php  Fri Nov 25 12:44:57 2005
@@ -94,6 +94,11 @@
                                $this->allrows = $allrows;
                        }

+                       if ($this->allrows)
+                       {
+                               $this->start = -1;
+                               $this->offset = -1;
+                       }
                }


@@ -367,7 +372,7 @@

                        $GLOBALS['phpgw']->accounts->account_id = $owner;

-                       $allusers = 
$GLOBALS['phpgw']->accounts->get_list($type, $this->start,$this->sort, 
$this->order, $this->query);
+                       $allusers = 
$GLOBALS['phpgw']->accounts->get_list($type, $this->start,$this->sort, 
$this->order, $this->query, $this->offset);

                        if (isSet($allusers) AND is_array($allusers))
                        {
@@ -432,7 +437,7 @@
                {
                        $right=$this->right;

-                       $allusers = 
$GLOBALS['phpgw']->accounts->get_list($type, $this->start,$this->sort, 
$this->order, $this->query);
+                       $allusers = 
$GLOBALS['phpgw']->accounts->get_list($type, $this->start,$this->sort, 
$this->order, $this->query, $this->offset);

                        if (isSet($allusers) AND is_array($allusers))
                        {






reply via email to

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