From: bobopinna Date: Tue, 3 Jul 2007 07:53:47 +0000 (+0000) Subject: Fixed update.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d3e4854956f6522770a326ef6e569488a95bfbdd;p=moodle.git Fixed update.php Bug MDL-10318 --- diff --git a/mod/scorm/version.php b/mod/scorm/version.php index c99438be57..f08ec757bf 100755 --- a/mod/scorm/version.php +++ b/mod/scorm/version.php @@ -10,7 +10,7 @@ // catch up now, so until 27th October please only increment in very tiny steps // in HEAD, until we get past that date.. -$module->version = 2007031300; // The (date) version of this module +$module->version = 2007070300; // The (date) version of this module $module->requires = 2007020200; // The version of Moodle that is required $module->cron = 300; // How often should cron check this module (seconds)?