Selaa lähdekoodia

[svn r13178] remove an echo statement

Eric Marguin 17 vuotta sitten
vanhempi
commit
12e5c2a945
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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++;