From 1b7c290435fe977b79620b68591a75bebb277193 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 28 Jul 2011 15:29:59 -0400 Subject: Issue #1100260 by barbi, massimoi: Fixed Batch operations example needs redirect. --- includes/form.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/form.inc b/includes/form.inc index 8ee0a5a52..99570a538 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -4033,8 +4033,9 @@ function _form_set_class(&$element, $class = array()) { * 'file' => 'path_to_file_containing_myfunctions', * ); * batch_set($batch); - * // only needed if not inside a form _submit handler : - * batch_process(); + * // Only needed if not inside a form _submit handler. + * // Setting redirect in batch_process. + * batch_process('node/1'); * @endcode * * Note: if the batch 'title', 'init_message', 'progress_message', or -- cgit v1.2.3