District Selection

This commit is contained in:
Walter Hupfeld
2024-02-21 07:55:02 +01:00
parent b55a7f9bc9
commit 183c570444
9 changed files with 53 additions and 29 deletions

View File

@@ -20,21 +20,9 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
case "uploaddir" :
$uploaddir=$row['value'];
break;
case "stadt" :
$strStadt=$row['value'];
break;
case "title" :
$strTitle=$row['value'];
break;
case "fileGeojson":
$fileGeojson=$row['value'];
break;
case "InfoLat":
$numInfoLat=$row['value'];
break;
case "InfoLng":
$numInfoLng=$row['value'];
break;
case "logo":
$strLogo=$row['value'];
break;
@@ -68,7 +56,9 @@ while ($row = $result->fetch(PDO::FETCH_ASSOC)) {
case "boolUserinfo":
$boolUserinfo = ($row['value']=="1");
break;
case "boolDistrictSelection":
$boolDistrictSelection = ($row['value']=="1");
break;
default: ;
//echo "Fehler bei ".$row['key'];
// Ende Lokalisierung