MDL-11597. Backported from HEAD to 17_STABLE

This commit is contained in:
stronk7
2007-10-04 22:20:54 +00:00
parent 2bd2bb878d
commit c9379ddbaa
+4
View File
@@ -87,6 +87,8 @@
mtrace("Error: could not update timestamp for $mod->fullname");
}
}
/// Reset possible changes by modules to time_limit. MDL-11597
@set_time_limit(0);
mtrace("done.");
}
}
@@ -111,6 +113,8 @@
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.');
}
}