phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.contacts_ldap.inc.php,1.13,1.


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.contacts_ldap.inc.php,1.13,1.14
Date: Wed, 24 Apr 2002 09:21:15 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv17067

Modified Files:
        class.contacts_ldap.inc.php 
Log Message:
add timelimit setting for large requests (same as .14)



Index: class.contacts_ldap.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.contacts_ldap.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.contacts_ldap.inc.php 24 Apr 2002 12:15:31 -0000      1.13
--- class.contacts_ldap.inc.php 24 Apr 2002 13:21:10 -0000      1.14
***************
*** 426,429 ****
--- 426,430 ----
                        if($DEBUG) { echo '<br>Query returned 
"'.$this->total_records.'" records.'; }
  
+                       @set_time_limit(0); /* Try not to die, this can take 
some time on slow machines... */
                        /* Use shared sorting routines, based on sort and order 
*/
                        if($sort == 'ASC')




reply via email to

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