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

(-)a/misc/cronjobs/gather_print_notices.pl (-1 / +1 lines)
Lines 294-299 sub send_files { Link Here
294
            from    => $from,
294
            from    => $from,
295
            to      => $to,
295
            to      => $to,
296
            subject => 'Print notices for ' . $today_syspref,
296
            subject => 'Print notices for ' . $today_syspref,
297
            text_body => ' ',
297
        }
298
        }
298
    );
299
    );
299
300
300
- 

Return to bug 32575