Revision d2ca4afe
Added by Andreas Kohlbecker over 8 years ago
7.x/modules/cdm_dataportal/cdm_dataportal.search.php | ||
---|---|---|
621 | 621 |
. '</span><span class="child-label-abbreviated"> (' . $dto->representation_L10n_abbreviatedLabel . ')</span>'; |
622 | 622 |
$options[$uuid] = $label; |
623 | 623 |
if (isset($dto->children) && is_array($dto->children)) { |
624 |
usort($dto->children, 'compare_terms_by_representationL10n'); |
|
624 |
uasort($dto->children, 'compare_terms_by_representationL10n');
|
|
625 | 625 |
term_tree_as_options( |
626 | 626 |
$dto->children, |
627 | 627 |
$options, $prefix |
Also available in: Unified diff
fixing #4977: advanced search with distribution filter is broken