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:
parent
6276729af2
commit
551e67b05a
1 changed files with 1 additions and 4 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue