phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv addressbook.php,1.21,1.21.2.1


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv addressbook.php,1.21,1.21.2.1
Date: Fri, 05 Jul 2002 16:40:03 -0400

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

Modified Files:
      Tag: Version-0_9_14-branch
        addressbook.php 
Log Message:
maxmatchs fix in abook

Index: addressbook.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/addressbook.php,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -C2 -r1.21 -r1.21.2.1
*** addressbook.php     28 Jun 2001 20:51:02 -0000      1.21
--- addressbook.php     5 Jul 2002 20:40:01 -0000       1.21.2.1
***************
*** 78,82 ****
                        'org_name' => 'org_name');
  
!       $entries = 
$d->read($start,True,$cols,$query,$qfilter,$sort,$order,$account_id);
  
  //--------------------------------- nextmatch 
--------------------------------------------    
--- 78,82 ----
                        'org_name' => 'org_name');
  
!       $entries = 
$d->read($start,$GLOBALS['phpgw_info']['user']['preferences']['common']['maxmatchs'],$cols,$query,$qfilter,$sort,$order,$account_id);
  
  //--------------------------------- nextmatch 
--------------------------------------------    




reply via email to

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