From 1afcfd1007da05906b590bfbdbaeddbb5c1c1504 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Sun, 8 Feb 2004 11:12:33 +0000
Subject: [PATCH] - Added curly brackets around table name

---
 update.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update.php b/update.php
index 89d244c265d7..467fec2d5820 100644
--- a/update.php
+++ b/update.php
@@ -655,7 +655,7 @@ function update_77() {
 
 function update_78() {
   if ($GLOBALS["db_type"] == "mysql") {
-    update_sql("CREATE TABLE filters (
+    update_sql("CREATE TABLE {filters} (
       module varchar(64) NOT NULL default '',
       weight tinyint(2) DEFAULT '0' NOT NULL,
       KEY weight (weight)
-- 
GitLab