Bug 37763: (QA follow-up): Tidy
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
bd79cbd858
commit
0e359a5981
1 changed files with 6 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue