diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-10-26 21:50:39 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2002-10-26 21:50:39 +0000 |
commit | acd0cb0607665a10a3dc2b6183933b6be7835f1f (patch) | |
tree | aef4fb9ab7072bceada2f137d9efd0a6b9e9b591 /update.php | |
parent | 18eb8f050a9ff24d86278f1edcf1bf27cb7a9750 (diff) | |
download | brdo-acd0cb0607665a10a3dc2b6183933b6be7835f1f.tar.gz brdo-acd0cb0607665a10a3dc2b6183933b6be7835f1f.tar.bz2 |
- blocks != boxes. Sorry :)
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 4 |
1 files 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() { |