mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 19:07:58 +00:00
checkModulePresence now raises exception instead of its callers
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user