]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_other.php
More rewrites to configuration:
[mailer.git] / inc / modules / admin / what-config_other.php
index 3c45ba9720ff5a4c130a2011c3b06e3763cde8c1..843050d5d689b59291ec290143d78c122fc3562c 100644 (file)
@@ -48,13 +48,11 @@ if (isFormSent('save_config')) {
        // Calculate stamps and set calculated stamps
        setPostRequestElement('online_timeout'       , createEpocheTimeFromSelections('online_timeout'       , postRequestArray()));
        setPostRequestElement('url_tlock'            , createEpocheTimeFromSelections('url_tlock'            , postRequestArray()));
-       setPostRequestElement('profile_lock'         , createEpocheTimeFromSelections('profile_lock'         , postRequestArray()));
 
        // Online-Timeout shall be > 0 or your database will crow and crow and crow...
        if (!isPostRequestElementSet('online_timeout'))        { unsetPostRequestElement('ok'); }
 
        // Chedck other timestamps (which can be zero!)
-       if (!isPostRequestElementSet('profile_lock'))          { unsetPostRequestElement('ok'); }
        if (!isPostRequestElementSet('url_tlock'))             { unsetPostRequestElement('ok'); }
 
        // Check other settings
@@ -70,7 +68,6 @@ if (isFormSent('save_config')) {
        // Time selection boxes
        $content['online_timeout']   = createConfigurationTimeSelections('online_timeout'       , 'ms');
        $content['url_tlock']        = createConfigurationTimeSelections('url_tlock'            , 'WDh');
-       $content['profile_lock']     = createConfigurationTimeSelections('profile_lock'         , 'WDh');
 
        // Prepare more
        foreach (array('css_php_direct','css_php_file','css_php_inline','mailid_error_redirect_index','mailid_error_redirect_reject') as $entry) {