borrowers_stats.pl - silence warning

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Joe Atzberger 2008-01-08 12:57:18 -06:00 committed by Joshua Ferraro
parent 6276729af2
commit 551e67b05a

View file

@ -206,10 +206,7 @@ foreach my $thisbranch (sort keys %$branches) {
-multiple => 0 );
my @mime = ( C4::Context->preference("MIME") );
foreach my $mime (@mime){
warn "".$mime;
}
# warn 'MIME(s): ' . join ' ', @mime;
my $CGIextChoice=CGI::scrolling_list(
-name => 'MIME',
-id => 'MIME',