From 1c36f671891e656c4001b24d2a2b2864cde2c141 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Tue, 20 Feb 2024 22:18:50 +0100 Subject: [PATCH] datatable --- config.php | 3 ++- liste.php | 32 ++++++++++++++++++-------------- 2 files changed, 20 insertions(+), 15 deletions(-) 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 @@