Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c000202
)
MDL-23106 there is no CFG->style and CFG->template - removing them
author
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:36:34 +0000
(17:36 +0000)
committer
Petr Skoda
<skodak@moodle.org>
Tue, 6 Jul 2010 17:36:34 +0000
(17:36 +0000)
lib/db/install.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/db/install.php
b/lib/db/install.php
index
0415eae
..
7ee3a8b
100644
(file)
--- 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),