From: marc tobias Date: Thu, 8 Feb 2018 16:52:26 +0000 (+0100) Subject: shorten line to please PHP style guide X-Git-Tag: v3.2.0~131^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/e9407cd48d4c1bed336ad834ac40f009f61921f5 shorten line to please PHP style guide --- 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';