- Added curly brackets around table name

4.4.x
Dries Buytaert 2004-02-08 11:12:33 +00:00
parent d0ffb4794a
commit 1afcfd1007
1 changed files with 1 additions and 1 deletions

View File

@ -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)