]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
Editing of network type handler partialy finished
[mailer.git] / inc / modules / admin / what-config_other.php
index de3687f561b2cee20e782ab7328790f7596e5671..67ee4e01ded2919e34287077712afb25987087a8 100644 (file)
@@ -50,14 +50,14 @@ if (!isExtensionActive('other')) {
        return;
 } // END - if
 
-// Stop2 saving data if one input field is !isset
+// Stop saving data if one input field is !isset
 if (isFormSent()) {
        // Calculate stamps and set calculated stamps
-       setRequestPostElement('online_timeout'       , createTimestampFromSelections('ip_timeout'           , postRequestArray()));
-       setRequestPostElement('url_tlock'            , createTimestampFromSelections('url_tlock'            , postRequestArray()));
-       setRequestPostElement('profile_lock'         , createTimestampFromSelections('profile_lock'         , postRequestArray()));
-       setRequestPostElement('profile_update'       , createTimestampFromSelections('profile_update'       , postRequestArray()));
-       setRequestPostElement('resend_profile_update', createTimestampFromSelections('resend_profile_update', postRequestArray()));
+       setPostRequestElement('online_timeout'       , createTimestampFromSelections('ip_timeout'           , postRequestArray()));
+       setPostRequestElement('url_tlock'            , createTimestampFromSelections('url_tlock'            , postRequestArray()));
+       setPostRequestElement('profile_lock'         , createTimestampFromSelections('profile_lock'         , postRequestArray()));
+       setPostRequestElement('profile_update'       , createTimestampFromSelections('profile_update'       , postRequestArray()));
+       setPostRequestElement('resend_profile_update', createTimestampFromSelections('resend_profile_update', postRequestArray()));
 
        // Online-Timeout shall be > 0 or your database will crow and crow and crow...
        if (!isPostRequestElementSet('online_timeout'))        { unsetPostRequestElement('ok'); }