From 028fe64eae3a034ac768d28f97c2053e655d84dc Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 27 Oct 2010 19:10:09 +0000 Subject: - Patch #937560 by chillin411: the parameter & is not documented in hook_update_N. --- modules/system/system.api.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index e9d5ba160..0275eb859 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -3012,6 +3012,9 @@ function hook_install() { * See the batch operations page for more information on how to use the batch API: * @link http://drupal.org/node/180528 http://drupal.org/node/180528 @endlink * + * @param $sandbox + * Stores information for multipass updates. See above for more information. + * * @throws DrupalUpdateException, PDOException * In case of error, update hooks should throw an instance of DrupalUpdateException * with a meaningful message for the user. If a database query fails for whatever -- cgit v1.2.3