mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-20 11:29:24 -04:00
Couple of sql statements that had incorrect prefix handling or no
prefix handling.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user