]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_bank_package.php
Fix for wrong mask fill-in
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index 144b4142fdebecd1e7a37b40cf188a7636749a60..383fa29bd7b7bb5772a5f2be505b88e09d9f9ba6 100644 (file)
@@ -55,14 +55,14 @@ 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'))) {
+       } elseif (REQUEST_ISSET_POST('do_edit')) {
                // Delete entries (with confirmation)
                ADMIN_EDIT_ENTRIES_CONFIRM(REQUEST_POST('id'), 'bank_packages', array(), array(), array(), true);
        } elseif (REQUEST_ISSET_POST('delete')) {