bugfix nominatim

This commit is contained in:
Frederik Ramm
2011-09-09 16:00:34 +00:00
parent 5e2b901106
commit 89a365787f

View File

@@ -365,7 +365,7 @@
$iFileID = $oDB->getOne('select nextval(\'file\')');
if (PEAR::isError($iFileID))
{
echo $oDB->getMessage()."\n";
echo $iFileID->getMessage()."\n";
exit;
}
$sFileDir = CONST_BasePath.'/export/diff/';