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

(-)a/tools/scheduler.pl (-2 / +1 lines)
Lines 60-66 if ( $op eq 'cud-add' ) { Link Here
60
    my $starttime = $input->param('starttime');
60
    my $starttime = $input->param('starttime');
61
    $starttime =~ s/\://g;
61
    $starttime =~ s/\://g;
62
    my $start  = $startdate . $starttime;
62
    my $start  = $startdate . $starttime;
63
    my $report = $input->param('report');
63
    my $report = int( $input->param('report') );
64
    if ($report) {
64
    if ($report) {
65
        my $saved_report;
65
        my $saved_report;
66
        my $report_id = int($report);
66
        my $report_id = int($report);
67
- 

Return to bug 39170