MDL-32102 Course completion - bump to 2011120502.08 (07 was already in use)

This commit is contained in:
Eloy Lafuente (stronk7)
2012-04-24 12:30:49 +02:00
parent 8a28dbd4e1
commit 5c487f23ae
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -7030,7 +7030,7 @@ FROM
upgrade_main_savepoint(true, 2011120501.12);
}
if ($oldversion < 2011120502.07) {
if ($oldversion < 2011120502.08) {
require_once($CFG->libdir . '/completion/completion_criteria.php');
// Delete orphaned criteria which were left when modules were removed
if ($DB->get_dbfamily() === 'mysql') {
@@ -7047,7 +7047,7 @@ FROM
$DB->execute($sql);
// Main savepoint reached
upgrade_main_savepoint(true, 2011120502.07);
upgrade_main_savepoint(true, 2011120502.08);
}
return true;
+1 -1
View File
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2011120502.07; // 20111205 = branching date YYYYMMDD - do not modify!
$version = 2011120502.08; // 20111205 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches
// .XX = incremental changes