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

(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 852-858 elsif ($phase eq 'Run this report'){ Link Here
852
            );
852
            );
853
            my $total;
853
            my $total;
854
            if (!$sth) {
854
            if (!$sth) {
855
                die "execute_query failed to return sth for report $report_id: $sql";
855
                push @errors, "Report could not be run " . $errors;
856
            } elsif ( !$errors ) {
856
            } elsif ( !$errors ) {
857
                $total = nb_rows($sql) || 0;
857
                $total = nb_rows($sql) || 0;
858
                my $headers = header_cell_loop($sth);
858
                my $headers = header_cell_loop($sth);
859
- 

Return to bug 37508