mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
adding new forced upgrade version
This commit is contained in:
parent
836c47d7fe
commit
b81e18f889
@ -752,7 +752,7 @@ function get_real_size($size=0) {
|
||||
*/
|
||||
function redirect_if_major_upgrade_required() {
|
||||
global $CFG;
|
||||
$lastmajordbchanges = 2010033103;
|
||||
$lastmajordbchanges = 2010042303;
|
||||
if (empty($CFG->version) or (int)$CFG->version < $lastmajordbchanges or
|
||||
during_initial_install() or !empty($CFG->adminsetuppending)) {
|
||||
try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user