This commit is contained in:
Walter Hupfeld
2026-07-09 11:16:33 +02:00
parent bc5f273b74
commit d68d6fdd6e
+2 -2
View File
@@ -149,7 +149,7 @@ function nl2br2($string) {
break; break;
case 3: case 3:
$strSQL="SELECT count(*) as count FROM data $strSQL="SELECT count(*) as count FROM data
WHERE IstPKW=0 and IstRad=0 and IstKrad and IstGkfz=0 and IstSonstige=0".$strLocation; WHERE IstPKW=0 and IstRad=0 and IstKrad=0 and IstGkfz=0 and IstSonstige=0".$strLocation;
break; break;
case 4: case 4:
$strSQL="SELECT count(*) as count FROM data $strSQL="SELECT count(*) as count FROM data
@@ -199,7 +199,7 @@ function nl2br2($string) {
//Erläuterung //Erläuterung
$strTable.="<a href='https://recht.nrw.de/lmi/owa/br_vbl_show_pdf?p_id=12225' target='_blank'>Unfalltpyen</a><br>"; $strTable.="<a href='https://recht.nrw.de/system/files/VA/11023-12225-mbl26-3anlage8.pdf' target='_blank'>Unfalltpyen</a><br>";
$strTable.="<a href='https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Verkehrsunfaelle/Methoden/verkehrsunfaelle-grundbegriffe.pdf?__blob=publicationFile' target='_blank'>Unfallbeschreibung</a><br>"; $strTable.="<a href='https://www.destatis.de/DE/Themen/Gesellschaft-Umwelt/Verkehrsunfaelle/Methoden/verkehrsunfaelle-grundbegriffe.pdf?__blob=publicationFile' target='_blank'>Unfallbeschreibung</a><br>";
return $strTable; return $strTable;
} }