From cbba1191edaf57cb496298297675f2568a675946 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 8 Sep 2006 15:51:11 +0000 Subject: [PATCH] fixed typo - trailing backslash --- question/format/blackboard_6/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/format/blackboard_6/format.php b/question/format/blackboard_6/format.php index 37281cd326..4f2b6b1593 100644 --- a/question/format/blackboard_6/format.php +++ b/question/format/blackboard_6/format.php @@ -414,7 +414,7 @@ function process_block($cur_block, &$block) { //print_object($cur_block); } } - foreach($sub_blocks['#']['flow_mat'] as $sub_block) {\ + foreach($sub_blocks['#']['flow_mat'] as $sub_block) { //echo "Calling process_block from line 404
"; //$block = null; // Reset $block to NULL because process_block is expecting an object // for the second argument and not a string, which is what is was set as -- 2.39.5