]> git.mjollnir.org Git - moodle.git/commitdiff
Reset possible changes by blocks to time_limit. MDL-11597
authorstronk7 <stronk7>
Thu, 4 Oct 2007 17:55:59 +0000 (17:55 +0000)
committerstronk7 <stronk7>
Thu, 4 Oct 2007 17:55:59 +0000 (17:55 +0000)
admin/cron.php

index de011bf81170aea0981369ce26776503a994892e..a3e7a8b6ae0a5199ee21ff49027646f2622b7ce3 100644 (file)
                             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.');
                 }
             }