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

(-)a/reports/guided_reports.pl (-1 / +2 lines)
Lines 367-372 elsif ( $phase eq 'Save Report' ) { Link Here
367
#}
367
#}
368
368
369
elsif ($phase eq 'Run this report'){
369
elsif ($phase eq 'Run this report'){
370
    binmode STDOUT, ':utf8';
371
370
    # execute a saved report
372
    # execute a saved report
371
    # FIXME The default limit should not be hardcoded...
373
    # FIXME The default limit should not be hardcoded...
372
    my $limit = 20;
374
    my $limit = 20;
373
- 

Return to bug 2684