summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-02-08 11:12:33 +0000
committerDries Buytaert <dries@buytaert.net>2004-02-08 11:12:33 +0000
commit1afcfd1007da05906b590bfbdbaeddbb5c1c1504 (patch)
treecd260f86386957401c8ec19043eaaf126160d307 /update.php
parentd0ffb4794ad03c537f9de561f7de2953fa933b92 (diff)
downloadbrdo-1afcfd1007da05906b590bfbdbaeddbb5c1c1504.tar.gz
brdo-1afcfd1007da05906b590bfbdbaeddbb5c1c1504.tar.bz2
- Added curly brackets around table name
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 89d244c26..467fec2d5 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)