From 1891c18d82c7714e02db96d0da44dbf09e93777d Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Feb 2019 10:08:06 +0100 Subject: lib/style.php: print_listing() now suitable for lists of groups, too --- groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'groups.php') diff --git a/groups.php b/groups.php index c3bd778..349cc0b 100644 --- a/groups.php +++ b/groups.php @@ -82,6 +82,6 @@ print " \n"; print " \n"; print " \n"; -print_package_listing($packages, true); +print_listing($packages, true, 'package'); print_footer(); -- cgit v1.2.3