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.42.2.2,1


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

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

Modified Files:
      Tag: Version-0_9_14-branch
        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.42.2.2
retrieving revision 1.42.2.3
diff -C2 -r1.42.2.2 -r1.42.2.3
*** class.boprojects.inc.php    21 May 2002 12:37:19 -0000      1.42.2.2
--- class.boprojects.inc.php    5 Jul 2002 20:39:35 -0000       1.42.2.3
***************
*** 168,172 ****
                                                '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;
--- 168,172 ----
                                                '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]