aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/database_update.php
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2010-04-25 12:51:45 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2011-02-12 22:05:50 -0500
commit451198b4671b8feb05c644f9172212cdc6b32df5 (patch)
tree83fc5eb5a82c36eaa5b86443aa2399d686c0b151 /phpBB/install/database_update.php
parentf07aeba9c056c7aea72a81d012ba8e793345f130 (diff)
downloadforums-451198b4671b8feb05c644f9172212cdc6b32df5.tar
forums-451198b4671b8feb05c644f9172212cdc6b32df5.tar.gz
forums-451198b4671b8feb05c644f9172212cdc6b32df5.tar.bz2
forums-451198b4671b8feb05c644f9172212cdc6b32df5.tar.xz
forums-451198b4671b8feb05c644f9172212cdc6b32df5.zip
[feature/system-cron] Set use_system_cron config value during upgrade.
PHPBB3-9596
Diffstat (limited to 'phpBB/install/database_update.php')
-rw-r--r--phpBB/install/database_update.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/install/database_update.php b/phpBB/install/database_update.php
index 06b37bfcca..c47e9b790a 100644
--- a/phpBB/install/database_update.php
+++ b/phpBB/install/database_update.php
@@ -1863,6 +1863,10 @@ function change_database_data(&$no_updates, $version)
// No changes from 3.0.8-RC1 to 3.0.8
case '3.0.8-RC1':
break;
+
+ case '3.0.9-dev':
+ set_config('use_system_cron', 0);
+ break;
}
}