X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a7e0d652b1d40a397e1c1386d500101796676c4..a79ab417823dbb065d94a803633e31db2067cd0b:/lib-php/DebugHtml.php diff --git a/lib-php/DebugHtml.php b/lib-php/DebugHtml.php index 98da8794..0edc081a 100644 --- a/lib-php/DebugHtml.php +++ b/lib-php/DebugHtml.php @@ -1,4 +1,12 @@ Address TokensAddress Not'; echo 'countryoperator'; echo 'classtypepostcodehousenumber'; - foreach ($aSearches as $iRank => $aRankedSet) { + foreach ($aSearches as $aRankedSet) { foreach ($aRankedSet as $aRow) { $aRow->dumpAsHtmlTableRow($aWordsIDs); }