ie-cache-bug

This commit is contained in:
Gerald Raab
2007-09-04 14:47:40 +00:00
parent e72b0e886f
commit 6efcbf36f6
3 changed files with 5 additions and 2 deletions
@@ -117,6 +117,7 @@ if (isset($_REQUEST["submit"]) && ($_REQUEST["student_uid"] != '') && ((($note>0
$legesamtnote->note = $_REQUEST["note"];
$legesamtnote->benotungsdatum = $jetzt;
$legesamtnote->updateamum = $jetzt;
$legesamtnote->updatevon = $user;
$legesamtnote->new = false;
$response = "update";
}
@@ -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();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
@@ -89,7 +90,7 @@ require_once('../../../../include/legesamtnote.class.php');
erzeugeAnfrage();
//note = document.getElementById(uid).note.value;
stud_uid = uid;
var url= '<?php echo "legesamtnoteeintragen.php?lvid=$lvid&lehreinheit_id=$lehreinheit_id&stsem=$stsem"; ?>';
var url= '<?php echo "legesamtnoteeintragen.php?lvid=$lvid&lehreinheit_id=$lehreinheit_id&stsem=$stsem&$ts"; ?>';
url += '&submit=1&student_uid='+uid+"&note="+note;
anfrage.open("GET", url, true);
anfrage.onreadystatechange = updateSeite;
@@ -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();
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
@@ -91,7 +92,7 @@ require_once('../../../../include/zeugnisnote.class.php');
erzeugeAnfrage();
//note = document.getElementById(uid).note.value;
stud_uid = uid;
var url= '<?php echo "lvgesamtnoteeintragen.php?lvid=$lvid&lehreinheit_id=$lehreinheit_id&stsem=$stsem"; ?>';
var url= '<?php echo "lvgesamtnoteeintragen.php?lvid=$lvid&lehreinheit_id=$lehreinheit_id&stsem=$stsem&$ts"; ?>';
url += '&submit=1&student_uid='+uid+"&note="+note;
anfrage.open("GET", url, true);
anfrage.onreadystatechange = updateSeite;