datatable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user