X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e936041713ddc7c9ed114ff6d7b7b65c379c9c8a..441cd27a5327c28dff3a771b73fbe83a4fbeadb4:/utils/setup.php diff --git a/utils/setup.php b/utils/setup.php index d8cceba4..b9c0166c 100755 --- a/utils/setup.php +++ b/utils/setup.php @@ -440,7 +440,6 @@ if ($aCMDResult['load-data'] || $aCMDResult['all']) { // PGSQL_EMPTY_QUERY, PGSQL_COMMAND_OK, PGSQL_TUPLES_OK, // PGSQL_COPY_OUT, PGSQL_COPY_IN, PGSQL_BAD_RESPONSE, // PGSQL_NONFATAL_ERROR and PGSQL_FATAL_ERROR - echo 'Query result ' . $i . ' is: ' . $resultStatus . "\n"; if ($resultStatus != PGSQL_COMMAND_OK && $resultStatus != PGSQL_TUPLES_OK) { $resultError = pg_result_error($hPGresult); echo '-- error text ' . $i . ': ' . $resultError . "\n";