]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
replace PHP sizeof() with either count() or empty()
[nominatim.git] / website / search.php
index 0dddaccec9cf2dc2a2cec98236bea128b16b4dcd..6dc443359c78706a79098cb985875d5de873111f 100755 (executable)
@@ -68,7 +68,7 @@ $aSearchResults = $oGeocode->lookup();
 if ($sOutputFormat=='html') {
     $sDataDate = chksql($oDB->getOne("select TO_CHAR(lastimportdate,'YYYY/MM/DD HH24:MI')||' GMT' from import_status limit 1"));
 }
-logEnd($oDB, $hLog, sizeof($aSearchResults));
+logEnd($oDB, $hLog, count($aSearchResults));
 
 $sQuery = $oGeocode->getQueryString();