[svn r13178] remove an echo statement

skala
Eric Marguin 17 years ago
parent ececab3a12
commit 12e5c2a945
  1. 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++;

Loading…
Cancel
Save