From ea7f215c569d98baa7e1f04df6358de567c03ecc Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 9 Mar 2022 12:46:10 +0000 Subject: [PATCH] Bug 30253: Remove a double mana_success parameter Remove the line without the scalar. Test plan: Just look at the code. Signed-off-by: Marcel de Rooy Signed-off-by: Jonathan Druart Signed-off-by: Fridolin Somers Signed-off-by: Kyle M Hall --- reports/guided_reports.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl index b081954df5..8966dc4830 100755 --- a/reports/guided_reports.pl +++ b/reports/guided_reports.pl @@ -181,7 +181,6 @@ elsif ( $phase eq 'Show SQL'){ 'notes' => $report->notes, 'sql' => $report->savedsql, 'showsql' => 1, - 'mana_success' => $input->param('mana_success'), 'mana_success' => scalar $input->param('mana_success'), 'mana_id' => $report->{mana_id}, 'mana_comments' => $report->{comments} -- 2.39.5