summaryrefslogtreecommitdiff
path: root/modules/comment/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-18 01:20:30 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-18 01:20:30 +0000
commit8e1817d4e4f6be8b550f38f7103d5cf01ac503f9 (patch)
tree118166a9f4d8e612ed3004183f550389abde3ec1 /modules/comment/helpers
parent222f6e2e23a878b5c598fa189a8c385fe6f0ebf3 (diff)
Couple of sql statements that had incorrect prefix handling or no
prefix handling.
Diffstat (limited to 'modules/comment/helpers')
-rw-r--r--modules/comment/helpers/comment_installer.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/comment/helpers/comment_installer.php b/modules/comment/helpers/comment_installer.php
index 5c5e9f03..69a08c63 100644
--- a/modules/comment/helpers/comment_installer.php
+++ b/modules/comment/helpers/comment_installer.php
@@ -61,8 +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");
}
}