X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d4b633bfc50188f36e3c4a8b2b99c3a0e6a7f12e..7d9dbd62c7b600eea005b2626c1e6c2f70329619:/lib/init-website.php diff --git a/lib/init-website.php b/lib/init-website.php index 39df4022..67fb52d1 100644 --- a/lib/init-website.php +++ b/lib/init-website.php @@ -10,13 +10,6 @@ require_once(CONST_Debug ? 'DebugHtml.php' : 'DebugNone.php'); * */ - -function chksql($oSql, $sMsg = 'Database request failed') -{ - return $oSql; -} - - function userError($sMsg) { throw new Exception($sMsg, 400);