Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae9ed08
)
MDL-48456 course: Using default max int value
author
David Monllao
<davidm@moodle.com>
Mon, 23 Mar 2015 07:16:18 +0000
(15:16 +0800)
committer
David Monllao
<davidm@moodle.com>
Mon, 23 Mar 2015 07:16:18 +0000
(15:16 +0800)
lib/coursecatlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/coursecatlib.php
b/lib/coursecatlib.php
index
e4956b9
..
d9609b4
100644
(file)
--- a/
lib/coursecatlib.php
+++ b/
lib/coursecatlib.php
@@
-1563,7
+1563,7
@@
class coursecat implements renderable, cacheable_object, IteratorAggregate {
require_once($CFG->dirroot.'/cohort/lib.php');
// Make sure we won't timeout when deleting a lot of courses.
- $settimeout = core_php_time_limit::raise(
'0'
);
+ $settimeout = core_php_time_limit::raise();
$deletedcourses = array();