X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6a7e0d652b1d40a397e1c1386d500101796676c4..993b238a4169cd527ca5122554a8c52a178200db:/lib-php/DebugHtml.php?ds=sidebyside diff --git a/lib-php/DebugHtml.php b/lib-php/DebugHtml.php index 98da8794..19221b43 100644 --- a/lib-php/DebugHtml.php +++ b/lib-php/DebugHtml.php @@ -78,7 +78,7 @@ class Debug echo 'Address TokensAddress Not'; echo 'countryoperator'; echo 'classtypepostcodehousenumber'; - foreach ($aSearches as $iRank => $aRankedSet) { + foreach ($aSearches as $aRankedSet) { foreach ($aRankedSet as $aRow) { $aRow->dumpAsHtmlTableRow($aWordsIDs); }