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

(-)a/misc/cronjobs/overdue_notices.pl (-1 / +2 lines)
Lines 584-589 END_SQL Link Here
584
                local $, = "\f";    # pagebreak
584
                local $, = "\f";    # pagebreak
585
                print @output_chunks;
585
                print @output_chunks;
586
        }
586
        }
587
        my $content = join(";", qw(title name surname address1 address2 zipcode city email itemcount itemsinfo due_date issue_date)) . "\n";
588
        $content .= join( "\n", map { m/(.+)/ } @output_chunks );
587
        my $attachment = {
589
        my $attachment = {
588
            filename => defined $csvfilename ? 'attachment.csv' : 'attachment.txt',
590
            filename => defined $csvfilename ? 'attachment.csv' : 'attachment.txt',
589
            type => 'text/plain',
591
            type => 'text/plain',
590
- 

Return to bug 5164