diff options
-rw-r--r-- | update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php index 35d56f2eb..c039fda5f 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 {comment} DROP link"); } } |