diff --git a/main/work/student_work.php b/main/work/student_work.php index 27e4fca68e..23d15b4bc3 100755 --- a/main/work/student_work.php +++ b/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++;