From 6efcbf36f641edaec288e6a4bfea439d50f620d0 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 4 Sep 2007 14:47:40 +0000 Subject: [PATCH] ie-cache-bug --- cis/private/lehre/benotungstool/legesamtnoteeintragen.php | 1 + cis/private/lehre/benotungstool/legesamtnoteverwalten.php | 3 ++- cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cis/private/lehre/benotungstool/legesamtnoteeintragen.php b/cis/private/lehre/benotungstool/legesamtnoteeintragen.php index f6847fc11..0cd360945 100755 --- a/cis/private/lehre/benotungstool/legesamtnoteeintragen.php +++ b/cis/private/lehre/benotungstool/legesamtnoteeintragen.php @@ -117,6 +117,7 @@ if (isset($_REQUEST["submit"]) && ($_REQUEST["student_uid"] != '') && ((($note>0 $legesamtnote->benotungsdatum = $jetzt; $legesamtnote->updateamum = $jetzt; $legesamtnote->updatevon = $user; + $legesamtnote->new = false; $response = "update"; } if (!$legesamtnote->save()) diff --git a/cis/private/lehre/benotungstool/legesamtnoteverwalten.php b/cis/private/lehre/benotungstool/legesamtnoteverwalten.php index 367fd256d..c83bada0f 100644 --- a/cis/private/lehre/benotungstool/legesamtnoteverwalten.php +++ b/cis/private/lehre/benotungstool/legesamtnoteverwalten.php @@ -32,6 +32,7 @@ require_once('../../../../include/beispiel.class.php'); require_once('../../../../include/studentnote.class.php'); require_once('../../../../include/datum.class.php'); require_once('../../../../include/legesamtnote.class.php'); +$ts = time(); ?> @@ -89,7 +90,7 @@ require_once('../../../../include/legesamtnote.class.php'); erzeugeAnfrage(); //note = document.getElementById(uid).note.value; stud_uid = uid; - var url= ''; + var url= ''; url += '&submit=1&student_uid='+uid+"¬e="+note; anfrage.open("GET", url, true); anfrage.onreadystatechange = updateSeite; diff --git a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php index 956e0d681..6c8bd6c7f 100644 --- a/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php +++ b/cis/private/lehre/benotungstool/lvgesamtnoteverwalten.php @@ -34,6 +34,7 @@ require_once('../../../../include/datum.class.php'); require_once('../../../../include/legesamtnote.class.php'); require_once('../../../../include/lvgesamtnote.class.php'); require_once('../../../../include/zeugnisnote.class.php'); +$ts = time(); ?> @@ -91,7 +92,7 @@ require_once('../../../../include/zeugnisnote.class.php'); erzeugeAnfrage(); //note = document.getElementById(uid).note.value; stud_uid = uid; - var url= ''; + var url= ''; url += '&submit=1&student_uid='+uid+"¬e="+note; anfrage.open("GET", url, true); anfrage.onreadystatechange = updateSeite;