summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-15 10:49:44 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2002-06-15 10:49:44 +0000
commit66ccfb3f8dd99b3757beebaf2f7363820b8c20aa (patch)
treefa3572a6a721e398bc54cfbb25efc2bf3bc09b90 /update.php
parenta5c05512fc526e65f1aa556874046d9ff74eb5a7 (diff)
downloadbrdo-66ccfb3f8dd99b3757beebaf2f7363820b8c20aa.tar.gz
brdo-66ccfb3f8dd99b3757beebaf2f7363820b8c20aa.tar.bz2
- fixed the markup of the collapsed comment view settings.
- updated update.php and database.mysql disable a few more modules by default. Without the config options in place to disable things this might confuse users.
Diffstat (limited to 'update.php')
-rw-r--r--update.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/update.php b/update.php
index 756e99085..a62ab8f40 100644
--- a/update.php
+++ b/update.php
@@ -480,17 +480,14 @@ function update_upgrade3() {
update_sql("INSERT INTO system VALUES ('archive.module','archive','module','',1);");
update_sql("INSERT INTO system VALUES ('block.module','block','module','',1);");
update_sql("INSERT INTO system VALUES ('blog.module','blog','module','',1);");
- update_sql("INSERT INTO system VALUES ('bloggerapi.module','bloggerapi','module','',1);");
update_sql("INSERT INTO system VALUES ('book.module','book','module','',1);");
update_sql("INSERT INTO system VALUES ('cloud.module','cloud','module','',1);");
update_sql("INSERT INTO system VALUES ('comment.module','comment','module','',1);");
update_sql("INSERT INTO system VALUES ('forum.module','forum','module','',1);");
update_sql("INSERT INTO system VALUES ('help.module','help','module','',1);");
update_sql("INSERT INTO system VALUES ('import.module','import','module','',1);");
- update_sql("INSERT INTO system VALUES ('jabber.module','jabber','module','',1);");
update_sql("INSERT INTO system VALUES ('locale.module','locale','module','',1);");
update_sql("INSERT INTO system VALUES ('node.module','node','module','',1);");
- update_sql("INSERT INTO system VALUES ('notify.module','notify','module','',1);");
update_sql("INSERT INTO system VALUES ('page.module','page','module','',1);");
update_sql("INSERT INTO system VALUES ('poll.module','poll','module','',1);");
update_sql("INSERT INTO system VALUES ('queue.module','queue','module','',1);");
@@ -504,7 +501,6 @@ function update_upgrade3() {
update_sql("INSERT INTO system VALUES ('themes/marvin/marvin.theme','marvin','theme','Internet explorer, Netscape, Opera',1);");
update_sql("INSERT INTO system VALUES ('themes/unconed/unconed.theme','unconed','theme','Internet explorer, Netscape, Opera',1);");
update_sql("INSERT INTO system VALUES ('tracker.module','tracker','module','',1);");
- update_sql("INSERT INTO system VALUES ('weblogs.module','weblogs','module','',1);");
update_sql("REPLACE variable SET value = 'marvin', name = 'theme_default';");
update_sql("REPLACE blocks SET name = 'User information', module = 'user', delta = '0', status = '1';");
update_sql("REPLACE blocks SET name = 'Log in', module = 'user', delta = '1', status = '1';");