Browse Source

[svn r12100]

Eric Marguin 18 years ago
parent
commit
bf4e7baeee
1 changed files with 0 additions and 1 deletions
  1. 0 1
      main/newscorm/learnpath.class.php

+ 0 - 1
main/newscorm/learnpath.class.php

@@ -7020,7 +7020,6 @@ function display_thread_form($action = 'add', $id = 0, $extra_info = '')
 							
 							if($arrLP[$i]['item_type'] == TOOL_QUIZ)
 							{
-								print_r($arrLP[$i]);
 								$return .= '<td class="exercise">';
 								
 									$return .= '<input maxlength="3" name="min_' . $arrLP[$i]['id'] . '" type="text" value="' . (($arrLP[$i]['id'] == $preq_id) ? $preq_min : 0) . '" />';