]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Fix for fatal error and naming convention applied
[mailer.git] / inc / modules / admin / what-config_other.php
index b333ac5b513de641d893f0f08d16011cf483ec09..2074ae482807cf6e37414259bb60f707b4381eaf 100644 (file)
@@ -50,7 +50,7 @@ if ((!defined('__SECURITY')) || (!IS_ADMIN())) {
 ADD_DESCR('admin', __FILE__);
 
 // Stop saving data if one input field is !isset
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Calculate stamps and set calculated stamps
        REQUEST_POST('online_timeout')        = createTimestampFromSelections('ip_timeout'           , REQUEST_POST_ARRAY());
        REQUEST_POST('url_tlock')             = createTimestampFromSelections('url_tlock'            , REQUEST_POST_ARRAY());
@@ -73,7 +73,7 @@ if (IS_FORM_SENT()) {
        if (!REQUEST_ISSET_POST(('reject_url')))            { REQUEST_UNSET_POST('ok'); }
 }
 
-if (IS_FORM_SENT()) {
+if (isFormSent()) {
        // Update stamps directly
        ADMIN_SAVE_SETTINGS_POST();
 } else {