From f9e0d24ebe771d9ecaac9134be51584704700585 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 27 Sep 2004 09:59:42 +0000 Subject: (get_user_or_group) list users rather than groups when requested for (anthill #1161) --- perl-install/standalone/drakperm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/drakperm') diff --git a/perl-install/standalone/drakperm b/perl-install/standalone/drakperm index 2f6538d3b..39579af91 100755 --- a/perl-install/standalone/drakperm +++ b/perl-install/standalone/drakperm @@ -406,7 +406,7 @@ sub row_setting_dialog { } sub get_user_or_group { - my $what = @_; + my ($what) = @_; my @users; local $_; -- cgit v1.2.1