}
if ($result && $oldversion < 2007101503) {
+///TODO: move this to the end after we stop using 19 version
// Update courses that used weekscss to weeks
$result = $result && set_field('course', 'format', 'weeks', 'format', 'weekscss');
}
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
- $version = 2007101508; // YYYYMMDD = date
+ $version = 2007101508.001; // YYYYMMDD = date
// XY = increments within a single day
$release = '2.0 dev'; // Human-friendly version name