]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
add logging of broken polygons, improve address export, better diff output in export...
[nominatim.git] / lib / lib.php
index 9ee93105caab5935ad8814ad5bb3ec52e74748f6..115a9495aa4cbfb03548b1e9db2c135021e3cfec 100644 (file)
                 else
                 {
                         if (is_bool($xVal)) return $xVal?'true':'false';
-                       if (is_numeric($xVal)) return $xVal;
+//                     if (is_numeric($xVal)) return $xVal;
                         return '"'.str_replace('>','\\>',str_replace(array("\n","\r"),'\\n',str_replace(array("\n\r","\r\n"),'\\n',str_replace('"','\\"',$xVal)))).'"';
                 }
         }