From 0e359a5981f672aa49f5c44ef5e28e4281547347 Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Fri, 6 Sep 2024 11:02:30 +0200 Subject: [PATCH] Bug 37763: (QA follow-up): Tidy Signed-off-by: Julian Maurice Signed-off-by: Katrin Fischer --- reports/guided_reports.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index bd81131ac1..49687d3988 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -225,10 +225,12 @@ elsif ( $op eq 'cud-update_sql' || $op eq 'cud-update_and_run_sql' ){ public => $public, cache_expiry => $cache_expiry, } ); - my $editsql = 1; - if ($op eq 'cud-update_and_run_sql') { - $editsql = 0; - } + + my $editsql = 1; + if ( $op eq 'cud-update_and_run_sql' ) { + $editsql = 0; + } + $template->param( 'save_successful' => 1, 'reportname' => $reportname, -- 2.39.5