summaryrefslogtreecommitdiff
path: root/modules/system/system.api.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-27 19:10:09 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-27 19:10:09 +0000
commit028fe64eae3a034ac768d28f97c2053e655d84dc (patch)
tree9e898d6781193d1aca89e8d968a0a70448355234 /modules/system/system.api.php
parentf3ab0a0fcea409c63a31098b259a0bbaaafb8926 (diff)
downloadbrdo-028fe64eae3a034ac768d28f97c2053e655d84dc.tar.gz
brdo-028fe64eae3a034ac768d28f97c2053e655d84dc.tar.bz2
- Patch #937560 by chillin411: the parameter & is not documented in hook_update_N.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r--modules/system/system.api.php3
1 files changed, 3 insertions, 0 deletions
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