summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorKjartan Mannes <kjartan@2.no-reply.drupal.org>2004-02-21 22:38:01 +0000
committerKjartan Mannes <kjartan@2.no-reply.drupal.org>2004-02-21 22:38:01 +0000
commitdccc29550499e2133a179db0d7d4ac0398ef9486 (patch)
treedc8d38762d1e45c60ab37b80ccc0b032c1bc3829 /update.php
parent750d7c17abeff23d8d9f6dc09af95acbc3cd668d (diff)
downloadbrdo-dccc29550499e2133a179db0d7d4ac0398ef9486.tar.gz
brdo-dccc29550499e2133a179db0d7d4ac0398ef9486.tar.bz2
- Updating update_start value.
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index c039fda5f..884e4434b 100644
--- a/update.php
+++ b/update.php
@@ -678,7 +678,7 @@ function update_79() {
}
else {
update_sql("ALTER TABLE {node} DROP attributes");
- update_sql("ALTER TABLE {comment} DROP link");
+ update_sql("ALTER TABLE {comments} DROP link");
}
}