diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-23 05:04:50 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-02-23 05:04:50 +0000 |
commit | fa02c4f4e931ba3fda37835971a8a0fd6de0365c (patch) | |
tree | 8f15e0bd17b44017a1b1a6b92d34a44ff99ce403 /modules/system/system.api.php | |
parent | 975c071808a02af132f10edd8295bad84d8ec17e (diff) | |
download | brdo-fa02c4f4e931ba3fda37835971a8a0fd6de0365c.tar.gz brdo-fa02c4f4e931ba3fda37835971a8a0fd6de0365c.tar.bz2 |
#237274 by alexanderpas: Fixed hook_update_N: Documented summary is not one line.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 4be1e18e2..683c7a82c 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -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 |