From d68d6fdd6eea684e41aeaa025f9a42aeae4fc4d2 Mon Sep 17 00:00:00 2001 From: Walter Hupfeld Date: Thu, 9 Jul 2026 11:16:33 +0200 Subject: [PATCH] Issue #1 --- lib/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/functions.php b/lib/functions.php index 2024ee5..2874402 100644 --- a/lib/functions.php +++ b/lib/functions.php @@ -149,7 +149,7 @@ function nl2br2($string) { break; case 3: $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; case 4: $strSQL="SELECT count(*) as count FROM data @@ -199,7 +199,7 @@ function nl2br2($string) { //Erläuterung - $strTable.="Unfalltpyen
"; + $strTable.="Unfalltpyen
"; $strTable.="Unfallbeschreibung
"; return $strTable; } \ No newline at end of file