From e85187d948fc997edc7c8332b6e0cc62d28b9008 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 15 Oct 2008 14:17:27 +0000 Subject: - Patch #320374 by Damien Tournoud, pwolanin et al: worked around a max_allowed_packet size issue with the simpletests. --- includes/form.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') 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. -- cgit v1.2.3