Skip to content

Commit

Permalink
5678 - 2 change intval filter with floatval
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrgay committed Apr 18, 2016
1 parent d9514c2 commit cdc75f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/_standard/tests/classes/testQuestions.class.php
Expand Up @@ -521,7 +521,6 @@ function AbstractTestQuestion(&$savant) { $this->savant =& $savant; }
*/
/*final public */function displayResult($row, $answer_row, $editable = FALSE) {
// print the generic question header
debug($answer_row['score']);
$this->displayHeader($row['weight'], $answer_row['score'], $editable ? $row['question_id'] : FALSE);

// print the question specific template
Expand Down

0 comments on commit cdc75f6

Please sign in to comment.