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
fa02c4f4
Commit
fa02c4f4
authored
Feb 23, 2010
by
webchick
Browse files
#237274
by alexanderpas: Fixed hook_update_N: Documented summary is not one line.
parent
975c0718
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/system/system.api.php
View file @
fa02c4f4
...
...
@@ -2137,10 +2137,11 @@ function hook_install() {
}
/**
* Perform a single update. For each patch which requires a database change add
* a new hook_update_N() which will be called by update.php.
* Perform a single update.
*
* The database updates are numbered sequentially according to the version of Drupal you are compatible with.
* For each patch which requires a database change add a new hook_update_N()
* which will be called by update.php. The database updates are numbered
* sequentially according to the version of Drupal you are compatible with.
*
* Schema updates should adhere to the Schema API:
* @link http://drupal.org/node/150215 http://drupal.org/node/150215 @endlink
...
...
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