X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=67ee4e01ded2919e34287077712afb25987087a8;hb=f3d03c8c015fe8175b72a6a84c01a109622fa268;hp=55496f34db5f348b93102e3476f906fb181f04b6;hpb=76b1b077bda73310c536f658d3a9bb5e12232f39;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 55496f34db..67ee4e01de 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -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'); }