index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | packages/index.php | 4 |
diff --git a/packages/index.php b/packages/index.php index fb568da..951dbb1 100644 --- a/packages/index.php +++ b/packages/index.php @@ -306,7 +306,7 @@ if (count($exact_matches) > 0) { <p><?php print count($exact_matches); ?> exact match<?php if (count($exact_matches) != 1) print "es"; ?> found.</p> </div> <?php - print_listing($exact_matches, false, $pkglist_sorts); + print_listing($exact_matches, false, 'package'); ?> </div> <?php @@ -318,7 +318,7 @@ if (count($exact_matches) > 0) { header_and_footer(); - print_listing($fuzzy_matches, true, $pkglist_sorts); + print_listing($fuzzy_matches, true, 'package'); header_and_footer(); |