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

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)";