X-Git-Url: https://git.openstreetmap.org/nominatim.git/blobdiff_plain/44ee8d9ce34a4a60113b6600dcc7b2f5b24c7a0e..8e0ffde3e0a403d289b91ad720444fd94f3ae210:/utils/warm.php diff --git a/utils/warm.php b/utils/warm.php index d707b9cb..68fa751c 100755 --- a/utils/warm.php +++ b/utils/warm.php @@ -11,7 +11,7 @@ $aCMDOptions = array( array('quiet', 'q', 0, 1, 0, 0, 'bool', 'Quiet output'), array('verbose', 'v', 0, 1, 0, 0, 'bool', 'Verbose output'), array('reverse-only', '', 0, 1, 0, 0, 'bool', 'Warm reverse only'), - array('search-only', '', 0, 1, 0, 0, 'bool', 'Warm reverse only'), + array('search-only', '', 0, 1, 0, 0, 'bool', 'Warm search only'), ); getCmdOpt($_SERVER['argv'], $aCMDOptions, $aResult, true, true); @@ -53,7 +53,7 @@ if (!$aResult['search-only']) { } if (!$aResult['reverse-only']) { - $oGeocode =& new Nominatim\Geocode($oDB); + $oGeocode = new Nominatim\Geocode($oDB); echo "Warm search: "; if ($bVerbose) echo "\n";