Searched refs:numfound (Results 1 – 1 of 1) sorted by relevance
339 $numfound = count($child_places); variable in Fisharebest\\Webtrees\\Module\\PlaceHierarchyListModule341 if ($numfound > 0) {342 $divisor = $numfound > 20 ? 3 : 2;347 'columns' => array_chunk($child_places, (int) ceil($numfound / $divisor)),