From 89a365787f2e14d531dfeeeb0bf3bcb1d2872af8 Mon Sep 17 00:00:00 2001 From: Frederik Ramm Date: Fri, 9 Sep 2011 16:00:34 +0000 Subject: [PATCH] bugfix nominatim --- utils/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/update.php b/utils/update.php index 7fc864c5..dbf158e5 100755 --- a/utils/update.php +++ b/utils/update.php @@ -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/'; -- 2.39.5