This commit is contained in:
Walter Hupfeld
2024-02-18 19:30:49 +01:00
parent 69ab1ac004
commit 318200daa4
3 changed files with 4 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ if ($row=$result->fetch(PDO::FETCH_NUM)) {
$boolActive = $row['active']==1;
$strDistrict = $row['district'];
$strTitle = $row['title'];
$strDistrictTitle = $row['title'];
$strGeojson = $row['geojson'];
$numULAND=$row['ULAND'];
@@ -106,7 +106,6 @@ if ($row=$result->fetch(PDO::FETCH_NUM)) {
$numInfoLng=$row['lng'];
$numZoom=$row['zoom'];
$strTitle = "ADFC Meldeportal $strTitle ";
$strIntroText = ($boolActive) ? $strIntroText : "Dateneingabe nicht möglich";
$fileGeojson ="geojson/$strGeojson";
$strLocation = " AND ULAND=$numULAND AND UREGBEZ=$numUREGBEZ AND UKREIS=$numUKREIS ";