]> git.mjollnir.org Git - moodle.git/commitdiff
course->modinfo nullable and no default
authorstronk7 <stronk7>
Thu, 31 Aug 2006 19:42:22 +0000 (19:42 +0000)
committerstronk7 <stronk7>
Thu, 31 Aug 2006 19:42:22 +0000 (19:42 +0000)
version.php

index 8aade5b35540656d5b4f2d3d51a45d4da3021423..940ecfbf82b447873b2ff8c37e080ab527669525 100644 (file)
@@ -6,7 +6,7 @@
 // This is compared against the values stored in the database to determine
 // whether upgrades should be performed (see lib/db/*.php)
 
-   $version = 2006083003;  // YYYYMMDD = date
+   $version = 2006083100;  // YYYYMMDD = date
                            //       XY = increments within a single day
 
    $release = '1.7 dev';    // Human-friendly version name