1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

MDL-13553 - merge from 1.9

This commit is contained in:
scyrma 2008-02-21 01:13:26 +00:00
parent cc60e66268
commit 0e9e592722
2 changed files with 7 additions and 2 deletions

@ -2852,6 +2852,10 @@ function xmldb_main_upgrade($oldversion=0) {
upgrade_main_savepoint($result, 2007101508.03);
}
if ($result && $oldversion < 2007101508.04) {
set_field('tag_instance', 'itemtype', 'post', 'itemtype', 'blog');
upgrade_main_savepoint($result, 2007101508.04);
}
return $result;
}

@ -6,8 +6,9 @@
// This is compared against the values stored in the database to determine
// whether upgrades should be performed (see lib/db/*.php)
$version = 2007101508.03; // YYYYMMDD = date
// XY = increments within a single day
$version = 2007101508.04; // YYYYMMDD = date of the 1.9 branch (don't change)
// X = release number 1.9.[0,1,2,3...]
// Y = micro-increments between releases
$release = '2.0 dev'; // Human-friendly version name