1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[feature/system-cron] Set use_system_cron config value during upgrade.

PHPBB3-9596
This commit is contained in:
Oleg Pudeyev 2010-04-25 12:51:45 -04:00
parent f07aeba9c0
commit 451198b467

View File

@ -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;
}
}