]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/admin/what-config_autopurge.php
More rewrites to configuration:
[mailer.git] / inc / modules / admin / what-config_autopurge.php
index fb4d44811eee0f48f0725fad277ee85a904ec68f..d17a47d5e1c39d7fbe4edde959ba18158b20f215 100644 (file)
@@ -47,18 +47,6 @@ if (isFormSent('save_config')) {
        // Data was submitted so we store it
        adminSaveSettingsFromPostData();
 } else {
        // Data was submitted so we store it
        adminSaveSettingsFromPostData();
 } else {
-       // Output de-/activation selections
-       $content['ap_inactive_selection']    = addSelectionBox('yn', getAutopurgeInactive()   , 'autopurge_inactive');
-       $content['ap_unconfirmed_selection'] = addSelectionBox('yn', getConfig('autopurge_unconfirmed'), 'autopurge_unconfirmed');
-       $content['ap_tasks_selection']       = addSelectionBox('yn', getConfig('autopurge_tasks')      , 'autopurge_tasks');
-       $content['ap_del_mails_selection']   = addSelectionBox('yn', getConfig('ap_del_mails')         , 'ap_del_mails');
-
-       // Output notification selections
-       $content['ap_notify_inactive']    = addSelectionBox('yn', getConfig('ap_in_notify')   , 'ap_in_notify');
-       $content['ap_notify_unconfirmed'] = addSelectionBox('yn', getConfig('ap_un_notify')   , 'ap_un_notify');
-       $content['ap_notify_tasks']       = addSelectionBox('yn', getConfig('ap_tasks_notify'), 'ap_tasks_notify');
-       $content['ap_notify_del_mails']   = addSelectionBox('yn', getConfig('ap_dm_notify')   , 'ap_dm_notify');
-
        // Output time selection boxes
        $content['ap_in_since']          = createConfigurationTimeSelections('ap_inactive_since'   , 'MWDh');
        $content['ap_in_time']           = createConfigurationTimeSelections('ap_inactive_time'    , 'MWDh');
        // Output time selection boxes
        $content['ap_in_since']          = createConfigurationTimeSelections('ap_inactive_since'   , 'MWDh');
        $content['ap_in_time']           = createConfigurationTimeSelections('ap_inactive_time'    , 'MWDh');