Fix $capture typo

This commit is contained in:
Brian Huisman 2023-11-06 11:29:18 -05:00
parent 0c1f359ef0
commit a125060d7f

View file

@ -2722,7 +2722,7 @@ ORCINUS;
<td class="text-center"><small>(<?php echo round($searches / array_sum($locCount) * 100, 1); ?>%)</small></td> <td class="text-center"><small>(<?php echo round($searches / array_sum($locCount) * 100, 1); ?>%)</small></td>
</tr><?php </tr><?php
} else { } else {
$cap = false; $hits = 0; $capture = false; $hits = 0;
foreach ($locCount as $iso2 => $searches2) { foreach ($locCount as $iso2 => $searches2) {
if ($iso2 == $iso) $capture = true; if ($iso2 == $iso) $capture = true;
if ($capture) $hits += $searches2; if ($capture) $hits += $searches2;