From a42d4075614c7eb21778a3fbef347969855bbd96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 13 Jan 2012 12:55:18 +0000 Subject: [PATCH] Fixed Firefox Crash --- cis/testtool/admin/index.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index 17cfba9e7..6740e7ddd 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -38,7 +38,7 @@ if (!$db = new basis_db()) $PHP_SELF=$_SERVER['PHP_SELF']; - +session_cache_limiter('none'); session_start(); $user=get_uid(); @@ -86,12 +86,13 @@ else } $save_vorschlag_error=false; +/**/ ?> - - - - - + + + Testtool-Administration @@ -473,6 +474,7 @@ $qry = "SELECT * FROM testtool.tbl_gebiet ORDER BY bezeichnung"; if($result = $db->db_query($qry)) { echo 'Gebiet: '; } - echo " Pruefen | "; echo " Bearbeiten"; echo '';