mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:39:07 +01:00
add timelimit setting for large requests (same as .14)
This commit is contained in:
parent
30e832e992
commit
068b4bc3c1
@ -425,6 +425,7 @@
|
||||
/* echo '<br>total="'.$this->total_records.'"'; */
|
||||
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')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user