]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed update.php
authorbobopinna <bobopinna>
Tue, 3 Jul 2007 07:53:47 +0000 (07:53 +0000)
committerbobopinna <bobopinna>
Tue, 3 Jul 2007 07:53:47 +0000 (07:53 +0000)
Bug MDL-10318

mod/scorm/version.php

index c99438be5759527df45c0bb66aeb1aa710702b2f..f08ec757bfeca4492211cdee312427ce337c71b3 100755 (executable)
@@ -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)?