]> git.mjollnir.org Git - moodle.git/commitdiff
Updated version numbers
authormartin <martin>
Sun, 4 Aug 2002 16:42:27 +0000 (16:42 +0000)
committermartin <martin>
Sun, 4 Aug 2002 16:42:27 +0000 (16:42 +0000)
mod/choice/version.php
mod/forum/version.php
mod/journal/version.php
mod/survey/version.php

index 956260e42c15cac61f955b0435cc2b4d235dda4f..0a4b28bdf346196acddf382cfb49cba291ad641a 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 20011110;
+$module->version  = 2002080500;
 $module->cron     = 0;
 
 function choice_upgrade($oldversion) {
index e9604b8bf4f8e12d800004d8e406c591e8afd8e2..b19e9a73b9c4eaf88a24f05c65f1f99314e5a30a 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 2002080100;
+$module->version  = 2002080500;
 $module->cron     = 60;
 
 function forum_upgrade($oldversion) {
index 77fc3150418e604a721120a55aad51cfac5d088e..66b1955ef454c28da4b8a4e020e0daae64d3fb5a 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 200208010;
+$module->version  = 2002080500;
 $module->cron     = 60;
 
 function journal_upgrade($oldversion) {
index 2ad81cbec6911668978bbaf75ce2d356362bea3a..223feef4fb87b0710f8eba13fd671d752a9f4a3f 100644 (file)
@@ -5,7 +5,7 @@
 //  This fragment is called by /admin/index.php
 ////////////////////////////////////////////////////////////////////////////////
 
-$module->version  = 20020727;
+$module->version  = 2002080500;
 $module->cron     = 0;
 
 function survey_upgrade($oldversion) {