phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/inc class.boinvoice.inc.php,1.4,1.5


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/inc class.boinvoice.inc.php,1.4,1.5
Date: Fri, 05 Jul 2002 16:39:16 -0400

Update of /cvsroot/phpgroupware/inv/inc
In directory subversions:/tmp/cvs-serv14767

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

Index: class.boinvoice.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/inc/class.boinvoice.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.boinvoice.inc.php     30 Apr 2002 14:42:00 -0000      1.4
--- class.boinvoice.inc.php     5 Jul 2002 20:39:14 -0000       1.5
***************
*** 141,145 ****
                                                'org_name'      => 'org_name');
  
!                       $entries = $this->contacts->read($this->start, True, 
$cols, $this->query, $qfilter, $this->sort, $this->order, $this->account);
                        $this->total_records = $this->contacts->total_records;
                        return $entries;
--- 141,145 ----
                                                'org_name'      => 'org_name');
  
!                       $entries = $this->contacts->read($this->start, 
$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'], $cols, 
$this->query, $qfilter, $this->sort, $this->order, $this->account);
                        $this->total_records = $this->contacts->total_records;
                        return $entries;




reply via email to

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