Minor - fixing doble weight.

1.9.x
Julio Montoya 11 years ago
parent 0d131f9e4e
commit 02f5bbb790
  1. 2
      main/work/student_work.php

@ -162,7 +162,7 @@ foreach ($workPerUser as $work) {
$column++;
$score = '-';
if (!empty($scoreWeight)) {
$score = strip_tags($userResult['qualification'])."/".$scoreWeight;
$score = strip_tags($userResult['qualification']);
}
$table->setCellContents($row, $column, $score);
$column++;

Loading…
Cancel
Save