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
03b7ceaa
Commit
03b7ceaa
authored
Mar 27, 2013
by
Angie Byron
Browse files
Fixing update hook number. PHP doesn't like repetition. ;)
parent
5818a99b
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/system/system.install
View file @
03b7ceaa
...
...
@@ -2172,7 +2172,7 @@ function system_update_8052() {
/**
* Remove {cache_form} table.
*/
function
system_update_805
2
()
{
function
system_update_805
3
()
{
db_drop_table
(
'cache_form'
);
}
...
...
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