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

(-)a/misc/cronjobs/gather_print_notices.pl (-1 / +1 lines)
Lines 320-325 sub send_files { Link Here
320
            $email->attach_file(
320
            $email->attach_file(
321
                $filepath,
321
                $filepath,
322
                content_type => $mimetype,
322
                content_type => $mimetype,
323
                charset      => 'UTF-8',
323
                name         => $filename,
324
                name         => $filename,
324
                disposition  => 'attachment',
325
                disposition  => 'attachment',
325
            );
326
            );
326
- 

Return to bug 34583