mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-43784 theme: Removing all the old themes
This commit is contained in:
parent
9b8555fbea
commit
7a2dabcbaa
742 changed files with 57 additions and 31842 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue