From acd0cb0607665a10a3dc2b6183933b6be7835f1f Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Sat, 26 Oct 2002 21:50:39 +0000 Subject: - blocks != boxes. Sorry :) --- update.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update.php b/update.php index 31bf743a2..0e338709b 100644 --- a/update.php +++ b/update.php @@ -621,8 +621,8 @@ function update_42() { function update_43() { update_sql("ALTER TABLE blocks DROP remove"); update_sql("ALTER TABLE blocks DROP name"); - update_sql("UPDATE blocks SET type = 0 WHERE type = 1"); - update_sql("UPDATE blocks SET type = 1 WHERE type = 2"); + update_sql("UPDATE boxes SET type = 0 WHERE type = 1"); + update_sql("UPDATE boxes SET type = 1 WHERE type = 2"); } function update_upgrade3() { -- cgit v1.2.3