Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
1afcfd10
Commit
1afcfd10
authored
Feb 08, 2004
by
Dries Buytaert
Browse files
- Added curly brackets around table name
parent
d0ffb479
Changes
1
Hide whitespace changes
Inline
Side-by-side
update.php
View file @
1afcfd10
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment