remove unused code

This commit is contained in:
Sarah Hoffmann
2017-03-22 23:02:19 +01:00
parent 97ade7dd7e
commit e841422b1f
2 changed files with 2 additions and 4 deletions

View File

@@ -902,7 +902,7 @@ class Geocode
public function lookup()
{
if (!$this->sQuery && !$this->aStructuredQuery) return false;
if (!$this->sQuery && !$this->aStructuredQuery) return array();
$sLanguagePrefArraySQL = "ARRAY[".join(',', array_map("getDBQuoted", $this->aLangPrefOrder))."]";
$sCountryCodesSQL = false;