Update to Moodle 1.6 develop

This commit is contained in:
bobopinna
2005-07-15 12:32:43 +00:00
parent ea6e25accb
commit d8f1b5d578
+2 -2
View File
@@ -5,8 +5,8 @@
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2005070600; // The (date) version of this module
$module->requires = 2005021600; // The version of Moodle that is required
$module->version = 2005071500; // The (date) version of this module
$module->requires = 2005060300; // The version of Moodle that is required
$module->cron = 0; // How often should cron check this module (seconds)?
?>