diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search.php b/search.php index fe161f476..ff10710fc 100644 --- a/search.php +++ b/search.php @@ -186,7 +186,7 @@ $available_tags = get_available_tags(); if (count($available_tags) > 0) { - usort( $available_tags, 'name_compare'); + usort( $available_tags, 'tag_alpha_compare'); $template->assign( 'TAG_SELECTION', |