summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/update.php b/update.php
index 13ea14ebc..646615de0 100644
--- a/update.php
+++ b/update.php
@@ -53,7 +53,8 @@ $mysql_updates = array(
"2002-08-26" => "update_38",
"2002-09-15" => "update_39",
"2002-09-17" => "update_40",
- "2002-10-13" => "update_41"
+ "2002-10-13" => "update_41",
+ "2002-10-17" => "update_42"
);
// Update functions
@@ -610,6 +611,12 @@ function update_41() {
)");
}
+function update_42() {
+ update_sql("DROP TABLE modules");
+ update_sql("DROP TABLE layout");
+ update_sql("DROP TABLE referrer");
+}
+
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)");