(bug #2939) delete a warning
authorNahuel ANGELINETTI <nahuel.angelinetti@biblibre.com>
Tue, 3 Feb 2009 08:45:48 +0000 (09:45 +0100)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 26 May 2009 19:15:23 +0000 (21:15 +0200)
just add a default value to $sep

reports/serials_stats.pl

index 70d4111..a42fc70 100755 (executable)
@@ -49,7 +49,7 @@ my $order      = $input->param("order");
 my $output     = $input->param("output");
 my $basename   = $input->param("basename");
 my $mime       = $input->param("MIME");
-our $sep       = $input->param("sep");
+our $sep       = $input->param("sep") || '';
 $sep = "\t" if ($sep eq 'tabulation');
 
 my ($template, $borrowernumber, $cookie)