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

(-)a/admin/edi_accounts.pl (-2 / +1 lines)
Lines 64-70 if ( $op eq 'acct_form' ) { Link Here
64
    }
64
    }
65
}
65
}
66
elsif ( $op eq 'delete_confirm' ) {
66
elsif ( $op eq 'delete_confirm' ) {
67
    show_account();
67
    show_account($crypt);
68
    $template->param( delete_confirm => 1 );
68
    $template->param( delete_confirm => 1 );
69
}
69
}
70
else {
70
else {
71
- 

Return to bug 34261