Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
a95d597c
Commit
a95d597c
authored
Jul 10, 2004
by
Dries
Browse files
- Fixes small warning
parent
ac5b5616
Changes
1
Hide whitespace changes
Inline
Side-by-side
database/updates.inc
View file @
a95d597c
...
...
@@ -1144,7 +1144,9 @@ function update_91() {
}
function
update_92
()
{
$ret
=
array
();
$ret
[]
=
update_sql
(
"DELETE FROM
{
cache
}
"
);
return
$ret
;
}
function
update_sql
(
$sql
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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