cvs diff: Diffing .
Index: book_manager.batch.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/book_manager/book_manager.batch.inc,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 book_manager.batch.inc
--- book_manager.batch.inc	21 Dec 2010 20:37:19 -0000	1.1.2.5
+++ book_manager.batch.inc	28 Jan 2011 20:31:29 -0000
@@ -45,7 +45,7 @@ function book_manager_batch_process($nod
       $changed = FALSE;
       foreach($context['sandbox']['functions'] as $function) {
         $context['message'] = $node->title;
-        if (call_user_func_array($function, array($node, $node2))) {
+        if ($function($node, $node2)) {
           $changed = TRUE;
         }
       }
cvs diff: Diffing modules
cvs diff: Diffing modules/book_manager_batch_theme
