MDL-43784 theme: Removing all the old themes

This commit is contained in:
Frederic Massart 2014-03-19 10:57:45 +08:00
parent 9b8555fbea
commit 7a2dabcbaa
742 changed files with 57 additions and 31842 deletions

View file

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