From 8e1817d4e4f6be8b550f38f7103d5cf01ac503f9 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 18 Mar 2009 01:20:30 +0000 Subject: Couple of sql statements that had incorrect prefix handling or no prefix handling. --- modules/comment/helpers/comment_installer.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules/comment/helpers') 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"); } } -- cgit v1.2.3