summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-18 01:24:54 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-18 01:24:54 +0000
commit808206043471d88b574f05395faf272af7648702 (patch)
tree6e9762dc1afeedffd3574355701f5facc6173d5b
parent8e1817d4e4f6be8b550f38f7103d5cf01ac503f9 (diff)
Forgot to remove a back tick
-rw-r--r--modules/comment/helpers/comment_installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index 69a08c63..d8b5af75 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -61,7 +61,7 @@ class comment_installer {
$sql = "SELECT `item_id` FROM {comments}";
module::event("item_related_update_batch", $sql);
- $db->query("DROP TABLE IF EXISTS {comments}`;");
+ $db->query("DROP TABLE IF EXISTS {comments};");
module::delete("comment");
}
}