fix structured and batch mode. Add constant to disable batch mode by default

This commit is contained in:
Brian Quinion
2013-09-12 16:16:00 +01:00
parent 27e6a24718
commit a974d25092
5 changed files with 25 additions and 23 deletions

View File

@@ -6,6 +6,7 @@
foreach($aBatchResults as $aSearchResults)
{
if (!$aSearchResults) $aSearchResults = array();
$aFilteredPlaces = array();
foreach($aSearchResults as $iResNum => $aPointDetails)
{