]> git.mjollnir.org Git - moodle.git/commitdiff
Whoops, accidentally checked in some aborted code
authormoodler <moodler>
Thu, 12 Aug 2004 05:06:48 +0000 (05:06 +0000)
committermoodler <moodler>
Thu, 12 Aug 2004 05:06:48 +0000 (05:06 +0000)
blocks/course_list/db/mysql.php

index 4f8d21387b09c161236f322b8ac7661f3144fdf4..f02c929896c7d2066c0ed0506f9f5e394907e38b 100644 (file)
@@ -24,11 +24,6 @@ function course_list_upgrade($oldversion=0) {
     
     $result = true;
 
-    if ($oldversion == 2005052600) {  /// Fix a buggy date
-        $oldversion = 2004081200;
-        set_field();
-    }
-
     if ($oldversion < 2004041000 and $result) {
         $result = true; //Nothing to do
     }