View | Details | Raw Unified | Return to bug 21035
Collapse All | Expand All

(-)a/misc/cronjobs/runreport.pl (-1 / +1 lines)
Lines 274-279 foreach my $report_id (@ARGV) { Link Here
274
        $message = $cgi->table(join "", @rows);
274
        $message = $cgi->table(join "", @rows);
275
    } elsif ($format eq 'csv') {
275
    } elsif ($format eq 'csv') {
276
        my $csv = Text::CSV_XS->new({
276
        my $csv = Text::CSV_XS->new({
277
            binary      => 1,
277
            quote_char  => $quote,
278
            quote_char  => $quote,
278
            sep_char    => $separator,
279
            sep_char    => $separator,
279
            });
280
            });
280
- 

Return to bug 21035