X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/75f951d254127d8857b6ad95cac241917f88e542..2946e81995e3cacd34c018d0b5da9684395b5c2a:/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);