From 37ba3ac0ca27ed3c68be6da97cb68a0a86bd5934 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Feb 2019 09:47:13 +0100 Subject: lib/style.php: take list of columns/sorts as parameter in print_package_listing() -> print_listing() --- packages/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages') 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) {

exact match found.

0) { header_and_footer(); - print_package_listing($fuzzy_matches, true); + print_listing($fuzzy_matches, true, $pkglist_sorts); header_and_footer(); -- cgit v1.2.3