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

(-)a/misc/cronjobs/runreport.pl (-2 / +1 lines)
Lines 276-282 foreach my $report_id (@ARGV) { Link Here
276
              from    => $from,
276
              from    => $from,
277
              contenttype => 'text/html',
277
              contenttype => 'text/html',
278
              subject => encode('utf8', $subject ),
278
              subject => encode('utf8', $subject ),
279
              messsage => encode('utf8', $message )
279
              message => encode('utf8', $message )
280
           }
280
           }
281
          );
281
          );
282
        } else {
282
        } else {
283
- 

Return to bug 13447