From e9407cd48d4c1bed336ad834ac40f009f61921f5 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Thu, 8 Feb 2018 17:52:26 +0100 Subject: [PATCH 1/1] shorten line to please PHP style guide --- utils/update.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/update.php b/utils/update.php index d34010c7..d643e4bc 100755 --- a/utils/update.php +++ b/utils/update.php @@ -263,7 +263,8 @@ if ($aResult['index']) { if ($aResult['import-osmosis'] || $aResult['import-osmosis-all']) { // if (strpos(CONST_Replication_Url, 'download.geofabrik.de') !== false && CONST_Replication_Update_Interval < 86400) { - fail("Error: Update interval too low for download.geofabrik.de. Please check install documentation (http://nominatim.org/release-docs/latest/Import-and-Update#setting-up-the-update-process)\n"); + fail('Error: Update interval too low for download.geofabrik.de. ' . + "Please check install documentation (http://nominatim.org/release-docs/latest/Import-and-Update#setting-up-the-update-process)\n"); } $sImportFile = CONST_InstallPath.'/osmosischange.osc'; -- 2.45.2