Old config.php is now automatically updated to new config-local.php format, several...
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index ebfaa3dab7a3b93fc27d51f0760862a24dd07d26..144b4142fdebecd1e7a37b40cf188a7636749a60 100644 (file)
@@ -55,11 +55,11 @@ if ((REQUEST_ISSET_POST('id')) && (is_array(REQUEST_POST('id'))) && (count(REQUE
        } elseif (REQUEST_ISSET_POST('edit')) {
                // Delete entries (with confirmation)
                ADMIN_EDIT_ENTRIES_CONFIRM(
-                       REQUEST_POST('id'),
+               REQUEST_POST('id'),
                        'bank_packages',
-                       array('id', 'title', 'description', 'account_fee', 'free_transfers', 'transfer_fee', 'output_system_mode', 'package_active', 'free_months_no_fee', 'interest_plus', 'interest_minus', 'first_payment', 'free_account_income', 'free_account_stuff', 'tan_lock'),
-                       array('bigintval', '', '', 'translateComma', 'bigintval', 'translateComma', '', '', 'bigintval', 'translateComma', 'translateComma', 'translateComma', 'translateComma', '', 'bigintval'),
-                       array('', '', '', '', '', '', '', '', '', '', '', '', '', '', '')
+               array('id', 'title', 'description', 'account_fee', 'free_transfers', 'transfer_fee', 'output_system_mode', 'package_active', 'free_months_no_fee', 'interest_plus', 'interest_minus', 'first_payment', 'free_account_income', 'free_account_stuff', 'tan_lock'),
+               array('bigintval', '', '', 'translateComma', 'bigintval', 'translateComma', '', '', 'bigintval', 'translateComma', 'translateComma', 'translateComma', 'translateComma', '', 'bigintval'),
+               array('', '', '', '', '', '', '', '', '', '', '', '', '', '', '')
                );
                $show = false;
        } elseif (REQUEST_ISSET_POST(('do_edit'))) {