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

(-)a/reports/guided_reports.pl (-2 / +1 lines)
Lines 827-833 elsif ($phase eq 'Run this report'){ Link Here
827
                'name'    => $name,
827
                'name'    => $name,
828
                'notes'   => $notes,
828
                'notes'   => $notes,
829
                'errors'  => defined($errors) ? [ $errors ] : undef,
829
                'errors'  => defined($errors) ? [ $errors ] : undef,
830
                'pagination_bar'  => pagination_bar($url, $totpages, $input->param('page')),
830
                'pagination_bar'  => pagination_bar($url, $totpages, scalar $input->param('page')),
831
                'unlimited_total' => $total,
831
                'unlimited_total' => $total,
832
                'sql_params'      => \@sql_params,
832
                'sql_params'      => \@sql_params,
833
            );
833
            );
834
- 

Return to bug 20031