Reset possible changes by blocks to time_limit. MDL-11597

This commit is contained in:
stronk7 2007-10-04 17:55:59 +00:00
parent 5e867b23b9
commit 44853b8182

View file

@ -138,6 +138,8 @@
mtrace('Error: could not update timestamp for '.$block->name); mtrace('Error: could not update timestamp for '.$block->name);
} }
} }
/// Reset possible changes by blocks to time_limit. MDL-11597
@set_time_limit(0);
mtrace('done.'); mtrace('done.');
} }
} }