X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/61386c5b4daab71fd2f0a58c170a0910aa46e5be..84149f26dfc97a5a78914f8d355468da2ea88e7d:/lib/DB.php diff --git a/lib/DB.php b/lib/DB.php index 033e23f7..17dfe67d 100644 --- a/lib/DB.php +++ b/lib/DB.php @@ -229,12 +229,6 @@ class DB return 'ARRAY['.join(',', $a).']'; } - public function getLastError() - { - // https://secure.php.net/manual/en/pdo.errorinfo.php - return $this->connection->errorInfo(); - } - /** * Check if a table exists in the database. Returns true if it does. *