Explorar el Código

[svn r13178] remove an echo statement

Eric Marguin hace 17 años
padre
commit
12e5c2a945
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      main/exercice/exercise_show.php

+ 0 - 1
main/exercice/exercise_show.php

@@ -699,7 +699,6 @@ $result =api_sql_query($query, __FILE__, __LINE__);
 						$query = "select answer from ".$TBL_TRACK_ATTEMPT." where exe_id = $id and question_id= $questionId";
 						$resq=api_sql_query($query);
 						$choice = mysql_result($resq,0,"answer");
-						echo $choice;
 						display_hotspot_answer($answerId,$answer,$choice,$answerComment);
 		
 						$i++;