From be7edd27b69d2487aec39d6a5e13bc0f2f5302ba Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Tue, 6 Jul 2010 17:36:34 +0000 Subject: [PATCH] MDL-23106 there is no CFG->style and CFG->template - removing them --- lib/db/install.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/db/install.php b/lib/db/install.php index 0415eae1544..7ee3a8b6db4 100644 --- a/lib/db/install.php +++ b/lib/db/install.php @@ -46,8 +46,6 @@ function xmldb_main_install() { 'auth' => 'email', 'auth_pop3mailbox' => 'INBOX', 'enrol_plugins_enabled' => 'manual,guest,self,cohort', - 'style' => 'default', - 'template' => 'default', 'theme' => theme_config::DEFAULT_THEME, 'filter_multilang_converted' => 1, 'siteidentifier' => random_string(32).get_host_from_url($CFG->wwwroot), -- 2.43.0