Bug 32030: ERM - Add eHoldings home page
[koha-ffzg.git] / tools / upload-file.pl
index 7ec0fc7..125e7cb 100755 (executable)
@@ -39,7 +39,7 @@ use Koha::Uploader;
 
 my %cookies = CGI::Cookie->fetch;
 my $sid = $cookies{'CGISESSID'}->value;
-my ( $auth_status, $sessionID ) = check_cookie_auth( $sid );
+my ( $auth_status ) = check_cookie_auth( $sid );
 my $uid = C4::Auth::get_session($sid)->param('id');
 my $allowed = Koha::Uploader->allows_add_by( $uid );