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
a9eaef75
Commit
a9eaef75
authored
Jun 05, 2009
by
webchick
Browse files
#361277
follow-up by yched: Fix return value of update function.
parent
57fe0ca1
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/node/node.install
View file @
a9eaef75
...
...
@@ -425,6 +425,8 @@ function node_update_7004() {
}
// Delete old variable but leave 'teaser_length' for aggregator module upgrade.
variable_del
(
'node_preview'
);
return
array
();
}
/**
...
...
Write
Preview
Markdown
is supported
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