diff options
Diffstat (limited to 'packages/index.php')
-rw-r--r-- | packages/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/index.php b/packages/index.php index b36142f..fb568da 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_package_listing($exact_matches, false); + print_listing($exact_matches, false, $pkglist_sorts); ?> </div> <?php @@ -318,7 +318,7 @@ if (count($exact_matches) > 0) { header_and_footer(); - print_package_listing($fuzzy_matches, true); + print_listing($fuzzy_matches, true, $pkglist_sorts); header_and_footer(); |