From fa02c4f4e931ba3fda37835971a8a0fd6de0365c Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 23 Feb 2010 05:04:50 +0000 Subject: #237274 by alexanderpas: Fixed hook_update_N: Documented summary is not one line. --- modules/system/system.api.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/system/system.api.php') 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 -- cgit v1.2.3