Bug 29648: Move NumSavedReports to the table settings
[koha-ffzg.git] / tools / batchMod.pl
index ef6dec1..e24db19 100755 (executable)
@@ -83,9 +83,6 @@ $restrictededition = 0 if ($restrictededition != 0 && C4::Context->IsSuperLibrar
 my $nextop="";
 my $display_items;
 
-my %cookies = parse CGI::Cookie($cookie);
-my $sessionID = $cookies{'CGISESSID'}->value;
-
 my @messages;
 
 if ( $op eq "action" ) {