mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
bugfix nominatim
This commit is contained in:
@@ -365,7 +365,7 @@
|
|||||||
$iFileID = $oDB->getOne('select nextval(\'file\')');
|
$iFileID = $oDB->getOne('select nextval(\'file\')');
|
||||||
if (PEAR::isError($iFileID))
|
if (PEAR::isError($iFileID))
|
||||||
{
|
{
|
||||||
echo $oDB->getMessage()."\n";
|
echo $iFileID->getMessage()."\n";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
$sFileDir = CONST_BasePath.'/export/diff/';
|
$sFileDir = CONST_BasePath.'/export/diff/';
|
||||||
|
|||||||
Reference in New Issue
Block a user