diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-10-15 14:17:27 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-10-15 14:17:27 +0000 |
commit | e85187d948fc997edc7c8332b6e0cc62d28b9008 (patch) | |
tree | 7b5bc28dfe13ec49b04374b54c94e0811fc79e0c /includes | |
parent | 305d14412cb85673934800fef40f77443c348a01 (diff) | |
download | brdo-e85187d948fc997edc7c8332b6e0cc62d28b9008.tar.gz brdo-e85187d948fc997edc7c8332b6e0cc62d28b9008.tar.bz2 |
- Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/form.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/form.inc b/includes/form.inc index 037bb9ee6..62b9876d0 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -2544,8 +2544,8 @@ function batch_set($batch_definition) { * Unless the batch has been marked with 'progressive' = FALSE, the function * issues a drupal_goto and thus ends page execution. * - * This function is not needed in form submit handlers; Form API takes care - * of batches that were set during form submission. + * This function is generally not needed in form submit handlers; + * Form API takes care of batches that were set during form submission. * * @param $redirect * (optional) Path to redirect to when the batch has finished processing. |