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

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

Return to bug 21035