Browse Source

[svn r16412] Minor - print_r delete

Julio Montoya 16 years ago
parent
commit
76b031a0ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      main/survey/fillsurvey.php

+ 2 - 2
main/survey/fillsurvey.php

@@ -874,12 +874,12 @@ if (isset ($_GET['show']) || isset ($_POST['personality']))
 							}
 						}
 					}
-					
+					/*
 					echo '<pre>';
 					echo "Pair of Groups <br /><br />";
 					echo $combi;
 					echo '</pre>';
-				
+					*/
 					// create the new select with the questions from the secondary phase					
 					if (empty($_SESSION['page_questions_sec']) && !is_array($_SESSION['page_questions_sec']) && count($_SESSION['page_questions_sec']==0)) 
 					{