diff --git a/cis/testtool/topbar.php b/cis/testtool/topbar.php index c63004ee1..9eb969c3b 100644 --- a/cis/testtool/topbar.php +++ b/cis/testtool/topbar.php @@ -99,7 +99,7 @@ function changeSprache(sprache) echo '
- + '; + Prüfling: '; +if($prestudent_id!='' && !in_array($prestudent_id, $prestudent_arr)) +{ + echo ' '; +} -if(isset($_POST['prestudent']) && is_numeric($_POST['prestudent'])) - $prestudent_id = $_POST['prestudent']; -else - $prestudent_id = ''; - -if ($prestudent_id!='') +if ($prestudent_id!='' && $prestudent_id!='-1') { $qry = "SELECT DISTINCT(tbl_gebiet.gebiet_id),tbl_gebiet.bezeichnung,tbl_gebiet.kurzbz FROM testtool.tbl_gebiet JOIN testtool.tbl_ablauf USING (gebiet_id)