]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
'close' not 'Close' and PagePeel added to ext-network
[mailer.git] / inc / modules / admin / what-config_other.php
index 55496f34db5f348b93102e3476f906fb181f04b6..67ee4e01ded2919e34287077712afb25987087a8 100644 (file)
@@ -53,11 +53,11 @@ if (!isExtensionActive('other')) {
 // 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'); }