X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=e980c5747f1f7883b1f10d1f1544edf06fdfc08c;hp=aff79ba14ed3f6fc4910d82de5c9661e9a435450;hb=7b0f17cd637e388049d2167811e4332cec1e979b;hpb=aea4f2a51ffa6f483056c6ce167c8c6fd8ca6129 diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index aff79ba14e..e980c5747f 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -62,14 +62,14 @@ if (IS_FORM_SENT()) { define('__AP_NOTIFY_DEL_MAILS' , ADD_SELECTION('yn', getConfig('ap_dm_notify') , "ap_dm_notify")); // Output time selection boxes - define('__AP_IN_SINCE' , CREATE_TIME_SELECTIONS(getConfig('ap_inactive_since'), "ap_inactive_since" , "MWDh")); - define('__AP_IN_TIME' , CREATE_TIME_SELECTIONS(getConfig('ap_in_time') , "ap_inactive_time" , "MWDh")); - define('__AP_UN_TIME' , CREATE_TIME_SELECTIONS(getConfig('ap_un_time') , "ap_unconfirmed_time", "MWDh")); - define('__AP_TASK_TIME' , CREATE_TIME_SELECTIONS(getConfig('ap_tasks_time') , "ap_tasks_time" , "MWDh")); - define('__AP_DEL_MAILS_TIME', CREATE_TIME_SELECTIONS(getConfig('ap_dm_timeout') , "ap_dm_timeout" , "MWDh")); + define('__AP_IN_SINCE' , createTimeSelections(getConfig('ap_inactive_since'), "ap_inactive_since" , "MWDh")); + define('__AP_IN_TIME' , createTimeSelections(getConfig('ap_in_time') , "ap_inactive_time" , "MWDh")); + define('__AP_UN_TIME' , createTimeSelections(getConfig('ap_un_time') , "ap_unconfirmed_time", "MWDh")); + define('__AP_TASK_TIME' , createTimeSelections(getConfig('ap_tasks_time') , "ap_tasks_time" , "MWDh")); + define('__AP_DEL_MAILS_TIME', createTimeSelections(getConfig('ap_dm_timeout') , "ap_dm_timeout" , "MWDh")); // Mail confirmation links - define('_CFG_AUTO_PURGE', CREATE_TIME_SELECTIONS(getConfig('auto_purge'), "auto_purge", "MWD")); + define('_CFG_AUTO_PURGE', createTimeSelections(getConfig('auto_purge'), "auto_purge", "MWD")); if (getConfig('auto_purge_active') != 'Y') { define('_CFG_AP_ACTIVE_N', ' chkecked="checked"'); define('_CFG_AP_ACTIVE_Y', '');