mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 17:02:03 +02:00
MDL-27001 Integration bump needed (we were already @ 2011083100.01)
This commit is contained in:
parent
4a94d2c61f
commit
a1b888384e
@ -6681,7 +6681,7 @@ FROM
|
||||
upgrade_main_savepoint(true, 2011081700.02);
|
||||
}
|
||||
|
||||
if ($oldversion < 2011083100.01) {
|
||||
if ($oldversion < 2011083100.02) {
|
||||
// Define field showdescription to be added to course_modules
|
||||
$table = new xmldb_table('course_modules');
|
||||
$field = new xmldb_field('showdescription', XMLDB_TYPE_INTEGER, '1',
|
||||
@ -6693,7 +6693,7 @@ FROM
|
||||
}
|
||||
|
||||
// Main savepoint reached
|
||||
upgrade_main_savepoint(true, 2011083100.01);
|
||||
upgrade_main_savepoint(true, 2011083100.02);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -31,7 +31,7 @@ defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
|
||||
$version = 2011083100.01; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2011083100.02; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user