diff options
Diffstat (limited to 'modules/system')
-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 |