Bug 8727 Minor stylistic change to help text
[koha.git] / members / setstatus.pl
index a45a331..31a62e6 100755 (executable)
@@ -36,7 +36,7 @@ my $input = new CGI;
 
 my $flagsrequired;
 $flagsrequired->{borrowers}=1;
-my ($loggedinuser, $cookie, $sessionID) = checkauth($input, 0, $flagsrequired);
+checkauth($input, 0, $flagsrequired);
 
 my $destination = $input->param("destination") || '';
 my $cardnumber = $input->param("cardnumber");