From 4a0173c41d4cf3d5c9f81a93339f25603f63bf90 Mon Sep 17 00:00:00 2001 From: Christian Paminger Date: Tue, 10 Apr 2007 11:44:57 +0000 Subject: [PATCH] --- cis/testtool/admin/index.php | 147 ++++++++++++++++++----------------- 1 file changed, 76 insertions(+), 71 deletions(-) diff --git a/cis/testtool/admin/index.php b/cis/testtool/admin/index.php index b9ba0e651..f23d15624 100644 --- a/cis/testtool/admin/index.php +++ b/cis/testtool/admin/index.php @@ -19,6 +19,9 @@ * Andreas Oesterreicher and * Rudolf Hangl . */ + +header("Content-type: application/xhtml+xml"); + // Oberflaeche zur Aenderung von Beispielen und Upload von Bildern require_once('../../config.inc.php'); require_once('../../../include/functions.inc.php'); @@ -47,36 +50,38 @@ if(!$conn = pg_pconnect(CONN_STRING)) if(isset($_GET['gebiet_id'])) $gebiet_id = $_GET['gebiet_id']; -else +else $gebiet_id = ''; if(isset($_GET['nummer'])) $nummer = $_GET['nummer']; -else +else $nummer = ''; - + if(isset($_GET['gruppe_kurzbz'])) $gruppe_kurzbz = $_GET['gruppe_kurzbz']; -else +else $gruppe_kurzbz = ''; if(isset($_GET['frage_id'])) $frage_id = $_GET['frage_id']; -else +else $frage_id = ''; - + if(isset($_GET['vorschlag_id'])) $vorschlag_id = $_GET['vorschlag_id']; -else +else $vorschlag_id = ''; - + $save_vorschlag_error=false; ?> - - + + + + - - + +