X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=d17a47d5e1c39d7fbe4edde959ba18158b20f215;hp=fb4d44811eee0f48f0725fad277ee85a904ec68f;hb=00790481119eefa7a54a8dda1cb191fdf4f29226;hpb=2f8a3c36ac4051c0f87a6eb50828f339f49fad3f diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index fb4d44811e..d17a47d5e1 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -47,18 +47,6 @@ if (isFormSent('save_config')) { // 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');