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