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

(-)a/reports/guided_reports.pl (-5 / +6 lines)
Lines 225-234 elsif ( $op eq 'cud-update_sql' || $op eq 'cud-update_and_run_sql' ){ Link Here
225
                    public => $public,
225
                    public => $public,
226
                    cache_expiry => $cache_expiry,
226
                    cache_expiry => $cache_expiry,
227
                } );
227
                } );
228
        my $editsql = 1;
228
229
        if ($op eq 'cud-update_and_run_sql') {
229
            my $editsql = 1;
230
            $editsql = 0;
230
            if ( $op eq 'cud-update_and_run_sql' ) {
231
        }
231
                $editsql = 0;
232
            }
233
232
            $template->param(
234
            $template->param(
233
                'save_successful'       => 1,
235
                'save_successful'       => 1,
234
                'reportname'            => $reportname,
236
                'reportname'            => $reportname,
235
- 

Return to bug 37763