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

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

Return to bug 37090