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