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

MDL-38592: Add major version redirect for settings used frontpage.

This commit is contained in:
Damyon Wiese 2013-04-18 16:29:38 +08:00
parent 5ca1899e6e
commit 1d0c0c4a23
2 changed files with 2 additions and 2 deletions

@ -1165,7 +1165,7 @@ function disable_output_buffering() {
*/
function redirect_if_major_upgrade_required() {
global $CFG;
$lastmajordbchanges = 2013022500.01;
$lastmajordbchanges = 2013041800.00;
if (empty($CFG->version) or (float)$CFG->version < $lastmajordbchanges or
during_initial_install() or !empty($CFG->adminsetuppending)) {
try {

@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013041601.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2013041800.00; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes