fix
This commit is contained in:
parent
46ad703473
commit
98753186b1
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,4 +1,5 @@
|
|||||||
# ignore
|
# ignore
|
||||||
|
|
||||||
admin/shape
|
admin/shape/
|
||||||
|
images/
|
||||||
config.db.php
|
config.db.php
|
||||||
|
@ -26,7 +26,9 @@
|
|||||||
$strIntro .= nl2br2($strIntroText);
|
$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
|
/* Für die Auswertung nur bestimmte Kategorien anzeigen
|
||||||
$numDefect="(6,8,21)";
|
$numDefect="(6,8,21)";
|
||||||
|
Loading…
Reference in New Issue
Block a user