otherwise we get stoped by max_excutiontime

This commit is contained in:
Ralf Becker 2009-11-28 11:07:31 +00:00
parent 58b4f7b487
commit 697cc4f310

View File

@ -544,6 +544,8 @@ class nextmatch_widget
$value['start'] = 0;
$total = self::call_get_rows($value,$rows,$readonlys,$obj,$method);
}
// otherwise we get stoped by max_excutiontime
if ($total > 200) @set_time_limit(0);
//error_log($value['get_rows'].'() returning '.array2string($total).', method = '.array2string($method).', value = '.array2string($value));
return $total;
}