This commit is contained in:
Walter Hupfeld 2024-02-18 13:47:05 +01:00
parent 46ad703473
commit 98753186b1
2 changed files with 5 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
# ignore
admin/shape
admin/shape/
images/
config.db.php

View File

@ -26,7 +26,9 @@
$strIntro .= nl2br2($strIntroText);
$strSQL="SELECT loc.*,f.filename FROM location loc LEFT JOIN files f ON loc.id=f.loc_id";
$strSQL="SELECT loc.*,f.filename
FROM location loc LEFT JOIN files f ON loc.id=f.loc_id
WHERE loc.district='$strDistrict'";
/* Für die Auswertung nur bestimmte Kategorien anzeigen
$numDefect="(6,8,21)";