This commit is contained in:
Gerald Raab
2007-08-20 13:54:44 +00:00
parent 440e13170a
commit 1600ef5810
10 changed files with 355 additions and 63 deletions
+4 -1
View File
@@ -180,7 +180,10 @@ class studentnote
if ($ueb1->positiv && ($note == 5))
$negativ = true;
$l1_note = ($note * $ueb1->gewicht);
$l1_gewicht = $ueb1->gewicht;
if ($note != null)
$l1_gewicht = $ueb1->gewicht;
else
$l1_gewicht = 0;
}
if ($ueb1->positiv && $beispiele && ($punkte_gesamt == 0))
$negativ = true;