From 6027023cfe686939393982df0d80f47ffcd287bf Mon Sep 17 00:00:00 2001 From: Nahuel ANGELINETTI Date: Tue, 3 Feb 2009 09:45:48 +0100 Subject: [PATCH] (bug #2939) delete a warning just add a default value to $sep --- reports/serials_stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports/serials_stats.pl b/reports/serials_stats.pl index 70d411191e..a42fc707bd 100755 --- a/reports/serials_stats.pl +++ b/reports/serials_stats.pl @@ -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) -- 2.39.5