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:
a280078
)
MDL-32258 database module does not have any data_cron() function to execute
author
David Mudrak
<david@moodle.com>
Thu, 29 Mar 2012 13:59:45 +0000
(15:59 +0200)
committer
David Mudrak
<david@moodle.com>
Thu, 29 Mar 2012 13:59:45 +0000
(15:59 +0200)
mod/data/version.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/data/version.php
b/mod/data/version.php
index
d31fbf0
..
e64bdb7
100644
(file)
--- a/
mod/data/version.php
+++ b/
mod/data/version.php
@@
-25,7
+25,7
@@
defined('MOODLE_INTERNAL') || die();
-$module->version = 201203
07
00; // The current module version (Date: YYYYMMDDXX)
+$module->version = 201203
29
00; // The current module version (Date: YYYYMMDDXX)
$module->requires = 2012030100.04; // Requires this Moodle version
$module->component = 'mod_data'; // Full name of the plugin (used for diagnostics)
-$module->cron =
6
0;
+$module->cron = 0;