From f4a0c59e63ecba985de095af7e12894ac3a4ac2c Mon Sep 17 00:00:00 2001 From: Schrolli Date: Wed, 8 Apr 2015 08:18:53 +0200 Subject: [PATCH] false comment sign in parser.php --- www/parser.php | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/www/parser.php b/www/parser.php index ac055af..4a11b25 100644 --- a/www/parser.php +++ b/www/parser.php @@ -4,6 +4,7 @@ function parse($mode, $data) { //Data for Service Parsing + $service = array( "0" => "Unbekannt", "1" => "Polizei", @@ -67,7 +68,7 @@ switch ($mode) { - #Parse Service + //Parse Service case "service": if (array_key_exists($data, $service)) { @@ -78,7 +79,7 @@ } break; - #Parse Country + //Parse Country case "country": if (array_key_exists($data, $country)) { @@ -89,7 +90,7 @@ } break; - #Parse Location + //Parse Location case "location": if (array_key_exists($data, $location)) { @@ -100,7 +101,7 @@ } break; - #Parse Vehicle + //Parse Vehicle case "vehicle": if (array_key_exists($data, $vehicle)) { @@ -111,7 +112,7 @@ } break; - #Parse direction + //Parse direction case "direction": if(substr($fms,9,1) == 1 { @@ -124,7 +125,7 @@ } break; - #Parse Zvei + //Parse Zvei case "zvei": if (array_key_exists($data, $zvei)) {