From ab7a481efc681833ac54d4abb5037874b0495e22 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Thu, 4 Mar 2010 08:56:53 +0000 Subject: [PATCH] --- include/tw/abgabe_lektor_benotung.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/tw/abgabe_lektor_benotung.php b/include/tw/abgabe_lektor_benotung.php index 59e87dc81..9d7ce637e 100644 --- a/include/tw/abgabe_lektor_benotung.php +++ b/include/tw/abgabe_lektor_benotung.php @@ -621,7 +621,7 @@ else { ergebnis=3; } - else if(document.getElementById("summe2").value<91) + else if(document.getElementById("summe2").value<90) { ergebnis=2; } @@ -657,7 +657,7 @@ else { ergebnis=3; } - else if(document.getElementById("summe2").value<91) + else if(document.getElementById("summe2").value<90) { ergebnis=2; }