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

(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 953-959 if ($op eq 'run'){ Link Here
953
            );
953
            );
954
            my $total;
954
            my $total;
955
            if (!$sth) {
955
            if (!$sth) {
956
                die "execute_query failed to return sth for report $report_id: $sql";
956
                push @errors, "Report could not be run " . $errors;
957
            } elsif ( !$errors ) {
957
            } elsif ( !$errors ) {
958
                $total = nb_rows($sql) || 0;
958
                $total = nb_rows($sql) || 0;
959
                my $headers = header_cell_loop($sth);
959
                my $headers = header_cell_loop($sth);
960
- 

Return to bug 37508