]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-add_bank_package.php
Code style changed, ext-user continued:
[mailer.git] / inc / modules / admin / what-add_bank_package.php
index 2dc02ed1d5ae58c9ddbf754888bb7dec723e07d7..90e6397f7459f0612f3d278376842aa41f09544b 100644 (file)
@@ -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');