refs #6633 Desactivar el desmarcado automático de por revisar

skala
César Perales 12 years ago
parent 839ff12d7d
commit fdb544769a
  1. 4
      main/exercice/exercise.class.php

@ -6453,8 +6453,8 @@ class Exercise
$attributes = array('id' =>'remind_list['.$questionId.']'); $attributes = array('id' =>'remind_list['.$questionId.']');
if (is_array($remindList) && in_array($questionId, $remindList)) { if (is_array($remindList) && in_array($questionId, $remindList)) {
//$attributes['checked'] = 1; $attributes['checked'] = 1;
//$remind_highlight = ' remind_highlight '; $remind_highlight = ' remind_highlight ';
} }
// Showing the question // Showing the question

Loading…
Cancel
Save