X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-add_bank_package.php;h=90e6397f7459f0612f3d278376842aa41f09544b;hb=e13648b5af11611eb65cc5a5bc7d1470b9f5c6fe;hp=2dc02ed1d5ae58c9ddbf754888bb7dec723e07d7;hpb=63f159414369b5ea19a8ca75d8cd8033c45d8341;p=mailer.git diff --git a/inc/modules/admin/what-add_bank_package.php b/inc/modules/admin/what-add_bank_package.php index 2dc02ed1d5..90e6397f74 100644 --- a/inc/modules/admin/what-add_bank_package.php +++ b/inc/modules/admin/what-add_bank_package.php @@ -46,7 +46,7 @@ addYouAreHereLink('admin', __FILE__); // Is the formular sent? if (isFormSent()) { // Save the row to the database - adminSaveSettingsFromPostData('_bank_packages', '', array('account_fee', 'interest_plus', 'interest_minus', 'first_payment'), true); + adminSaveSettingsFromPostData('_bank_packages', '', array('account_fee', 'interest_plus', 'interest_minus', 'first_payment'), TRUE); } else { // Display form loadTemplate('admin_add_bank_package');