phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.45,1.46


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojects.inc.php,1.45,1.46
Date: Fri, 05 Jul 2002 16:38:57 -0400

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv14749

Modified Files:
        class.boprojects.inc.php 
Log Message:
maxmatchs fix in abook

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -r1.45 -r1.46
*** class.boprojects.inc.php    21 May 2002 12:36:30 -0000      1.45
--- class.boprojects.inc.php    5 Jul 2002 20:38:55 -0000       1.46
***************
*** 159,163 ****
                                                'org_name'      => 'org_name');
  
!                       $entries = $this->contacts->read($start, True, $cols, 
$query, $qfilter, $sort, $order, $account_id);
                        $this->total_records = $this->contacts->total_records;
                        return $entries;
--- 159,163 ----
                                                'org_name'      => 'org_name');
  
!                       $entries = $this->contacts->read($start, 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'], $cols, 
$query, $qfilter, $sort, $order, $account_id);
                        $this->total_records = $this->contacts->total_records;
                        return $entries;




reply via email to

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