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:
30d2453
)
MDL-21432, MDL-22184 scheduled backup - disabled until implemented
author
Eloy Lafuente
<stronk7@moodle.org>
Sun, 2 May 2010 16:54:58 +0000
(16:54 +0000)
committer
Eloy Lafuente
<stronk7@moodle.org>
Sun, 2 May 2010 16:54:58 +0000
(16:54 +0000)
admin/cron.php
patch
|
blob
|
blame
|
history
diff --git
a/admin/cron.php
b/admin/cron.php
index
a4b5e59
..
3612b00
100644
(file)
--- a/
admin/cron.php
+++ b/
admin/cron.php
@@
-418,8
+418,8
@@
} // End of occasional clean-up tasks
-
- if (empty($CFG->disablescheduledbackups)) { // Defined in config.php
+ // Disabled until implemented. MDL-21432, MDL-22184
+ if (
1 == 2 &&
empty($CFG->disablescheduledbackups)) { // Defined in config.php
//Execute backup's cron
//Perhaps a long time and memory could help in large sites
@set_time_limit(0);