diff --git a/config.php b/config.php index d1d01a3..70b9f20 100644 --- a/config.php +++ b/config.php @@ -6,6 +6,7 @@ * E-Mail: info@hupfeld-software.de * Version: 1.1 * Datum: 18.02.2024 + * zuletzt bearbeitet: 20.02.2024 ******************************** */ require_once("config.db.php"); @@ -81,7 +82,7 @@ $result= $db->prepare("SELECT count(*) FROM district WHERE district=:district"); $result->bindParam(":district",$strDistrict); $result->execute(); if ($row=$result->fetch(PDO::FETCH_NUM)) { - if ($row[0]==0) $strDistrict="hamm"; + if ($row[0]==0) $strDistrict=""; //default setzten } // Spezifische Konfiguration für Districtt diff --git a/liste.php b/liste.php index 53a8dd5..653fa4b 100644 --- a/liste.php +++ b/liste.php @@ -35,11 +35,12 @@ - - + Eintragsliste @@ -47,10 +48,11 @@ - + + + + + @@ -200,12 +202,14 @@