mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
shorten line to please PHP style guide
This commit is contained in:
@@ -263,7 +263,8 @@ if ($aResult['index']) {
|
|||||||
if ($aResult['import-osmosis'] || $aResult['import-osmosis-all']) {
|
if ($aResult['import-osmosis'] || $aResult['import-osmosis-all']) {
|
||||||
//
|
//
|
||||||
if (strpos(CONST_Replication_Url, 'download.geofabrik.de') !== false && CONST_Replication_Update_Interval < 86400) {
|
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';
|
$sImportFile = CONST_InstallPath.'/osmosischange.osc';
|
||||||
|
|||||||
Reference in New Issue
Block a user