]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
introduce accessor function for URL parameter
[nominatim.git] / lib / lib.php
index 897db8e7ff58484efe7863839fd508e4c26dd612..fc3936851bbb56bd031495761e1fe6f781b703d9 100644 (file)
                exit;
        }
 
-       function getParamBool($name, $default=false)
-       {
-               if (!isset($_GET[$name])) return $default;
-
-               return (bool) $_GET[$name];
-       }
-
        function fail($sError, $sUserError = false)
        {
                if (!$sUserError) $sUserError = $sError;