Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-add_bank_package.php
index e6851277c0b6005f95749de0ba30cbce93aa37ef..7eebf556a936768037f2cf280158d2c5ede1d5ee 100644 (file)
@@ -46,7 +46,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 ADD_DESCR('admin', __FILE__);
 
 // Is the formular sent?
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Save the row to the database
        ADMIN_SAVE_SETTINGS(REQUEST_POST_ARRAY(), "_bank_packages", '', array("account_fee", "interest_plus", "interest_minus", "first_payment"), true);
 } else {