Bug 32437: Add Objects for ImportAuths
[koha-ffzg.git] / svc / club / cancel_enrollment
index d67d547..3d4c2e8 100755 (executable)
@@ -29,7 +29,7 @@ use Koha::Club::Enrollments;
 
 my $cgi = CGI->new;
 
-my ( $auth_status, $sessionID ) =
+my ( $auth_status ) =
   check_cookie_auth( $cgi->cookie('CGISESSID'), { clubs => 'enroll' } );
 if ( $auth_status ne "ok" ) {
     exit 0;