Explorar o código

Fix conflict - refs #8237

Angel Fernando Quiroz Campos %!s(int64=8) %!d(string=hai) anos
pai
achega
fe0e5a586c
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      main/exercice/exercise.class.php

+ 1 - 2
main/exercice/exercise.class.php

@@ -3826,7 +3826,7 @@ class Exercise
                         $queryfill = "SELECT answer FROM ".$TBL_TRACK_ATTEMPT."
                                       WHERE
                                         exe_id = '".$exeId."' AND
-                                        question_id= ".intval($questionId);
+                                        question_id= ".intval($questionId)  ;
                         $resfill = Database::query($queryfill);
                         $rowFill = Database::fetch_assoc($resfill);
                         $answer = $rowFill['answer'];
@@ -4605,7 +4605,6 @@ class Exercise
                                 $answer,
                                 $studentChoice,
                                 $answerComment,
-                                $results_disabled
                                 $results_disabled,
                                 $answerId
                             );