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

(-)a/reports/guided_reports.pl (-2 lines)
Lines 181-187 elsif ( $phase eq 'Show SQL'){ Link Here
181
        'notes'      => $report->notes,
181
        'notes'      => $report->notes,
182
        'sql'     => $report->savedsql,
182
        'sql'     => $report->savedsql,
183
        'showsql' => 1,
183
        'showsql' => 1,
184
        'mana_success' => $input->param('mana_success'),
185
        'mana_success' => scalar $input->param('mana_success'),
184
        'mana_success' => scalar $input->param('mana_success'),
186
        'mana_id' => $report->{mana_id},
185
        'mana_id' => $report->{mana_id},
187
        'mana_comments' => $report->{comments}
186
        'mana_comments' => $report->{comments}
188
- 

Return to bug 30253