mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-34607 files: post integration version bump
This commit is contained in:
parent
8a7cc012fd
commit
6b69bf463a
2 changed files with 3 additions and 3 deletions
|
@ -959,14 +959,14 @@ function xmldb_main_upgrade($oldversion) {
|
|||
upgrade_main_savepoint(true, 2012062501.14);
|
||||
}
|
||||
|
||||
if ($oldversion < 2012062502.02) {
|
||||
if ($oldversion < 2012062502.03) {
|
||||
// Some folders still have a sortorder set, which is used for main files but is not
|
||||
// supported by the folder resource. We reset the value here.
|
||||
$sql = 'UPDATE {files} SET sortorder = ? WHERE component = ? AND filearea = ? AND sortorder <> ?';
|
||||
$DB->execute($sql, array(0, 'mod_folder', 'content', 0));
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2012062502.02);
|
||||
upgrade_main_savepoint(true, 2012062502.03);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
|
||||
$version = 2012062502.02; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2012062502.03; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue