Home
last modified time | relevance | path

Searched refs:numfound (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Module/
H A DPlaceHierarchyListModule.php339 $numfound = count($child_places); variable in Fisharebest\\Webtrees\\Module\\PlaceHierarchyListModule
341 if ($numfound > 0) {
342 $divisor = $numfound > 20 ? 3 : 2;
347 'columns' => array_chunk($child_places, (int) ceil($numfound / $divisor)),