]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-list_bank_package.php
Several more constants rewritten to getConfig()
[mailer.git] / inc / modules / admin / what-list_bank_package.php
index ebfaa3dab7a3b93fc27d51f0760862a24dd07d26..383fa29bd7b7bb5772a5f2be505b88e09d9f9ba6 100644 (file)
@@ -62,7 +62,7 @@ if ((REQUEST_ISSET_POST('id')) && (is_array(REQUEST_POST('id'))) && (count(REQUE
                        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')) {