X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=aff79ba14ed3f6fc4910d82de5c9661e9a435450;hb=aa63aed07428a99ea09002c8d072990677700080;hp=956d5bf402653f524af19b0749b9d6793b712d38;hpb=d8148e3f1f3a6762b2e786dbe99ada269dcf2ea0;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 956d5bf402..aff79ba14e 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -10,7 +10,12 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : AutoPurge-Konfiguration * * -------------------------------------------------------------------- * - * * + * $Revision:: $ * + * $Date:: $ * + * $Tag:: 0.2.1-FINAL $ * + * $Author:: $ * + * Needs to be in all Files and every File needs "svn propset * + * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2008 by Roland Haeder * * For more information visit: http://www.mxchange.org * @@ -33,28 +38,28 @@ // Some security stuff... if ((!defined('__SECURITY')) || (!IS_ADMIN())) { - $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), "/inc") + 4) . "/security.php"; + $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php'; require($INC); } // Add description as navigation point -ADD_DESCR("admin", __FILE__); +ADD_DESCR('admin', __FILE__); if (IS_FORM_SENT()) { // Data was submitted so we store it ADMIN_SAVE_SETTINGS_POST(); } else { // Output de-/activation selections - define('__AP_INACTIVE_SELECTION' , ADD_SELECTION("yn", getConfig('autopurge_inactive') , "autopurge_inactive")); - define('__AP_UNCONFIRMED_SELECTION', ADD_SELECTION("yn", getConfig('autopurge_unconfirmed'), "autopurge_unconfirmed")); - define('__AP_TASKS_SELECTION' , ADD_SELECTION("yn", getConfig('ap_tasks') , "autopurge_tasks")); - define('__AP_DEL_MAILS_SELECTION' , ADD_SELECTION("yn", getConfig('ap_del_mails') , "ap_del_mails")); + define('__AP_INACTIVE_SELECTION' , ADD_SELECTION('yn', getConfig('autopurge_inactive') , "autopurge_inactive")); + define('__AP_UNCONFIRMED_SELECTION', ADD_SELECTION('yn', getConfig('autopurge_unconfirmed'), "autopurge_unconfirmed")); + define('__AP_TASKS_SELECTION' , ADD_SELECTION('yn', getConfig('ap_tasks') , "autopurge_tasks")); + define('__AP_DEL_MAILS_SELECTION' , ADD_SELECTION('yn', getConfig('ap_del_mails') , "ap_del_mails")); // Output notification selections - define('__AP_NOTIFY_INACTIVE' , ADD_SELECTION("yn", getConfig('ap_in_notify') , "ap_in_notify")); - define('__AP_NOTIFY_UNCONFIRMED' , ADD_SELECTION("yn", getConfig('ap_un_notify') , "ap_un_notify")); - define('__AP_NOTIFY_TASKS' , ADD_SELECTION("yn", getConfig('ap_tasks_notify'), "ap_tasks_notify")); - define('__AP_NOTIFY_DEL_MAILS' , ADD_SELECTION("yn", getConfig('ap_dm_notify') , "ap_dm_notify")); + define('__AP_NOTIFY_INACTIVE' , ADD_SELECTION('yn', getConfig('ap_in_notify') , "ap_in_notify")); + define('__AP_NOTIFY_UNCONFIRMED' , ADD_SELECTION('yn', getConfig('ap_un_notify') , "ap_un_notify")); + define('__AP_NOTIFY_TASKS' , ADD_SELECTION('yn', getConfig('ap_tasks_notify'), "ap_tasks_notify")); + 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")); @@ -65,12 +70,12 @@ if (IS_FORM_SENT()) { // Mail confirmation links define('_CFG_AUTO_PURGE', CREATE_TIME_SELECTIONS(getConfig('auto_purge'), "auto_purge", "MWD")); - if (getConfig('auto_purge_active') != "Y") { - define('_CFG_AP_ACTIVE_N', " checked=\"checked\""); - define('_CFG_AP_ACTIVE_Y', ""); + if (getConfig('auto_purge_active') != 'Y') { + define('_CFG_AP_ACTIVE_N', ' chkecked="checked"'); + define('_CFG_AP_ACTIVE_Y', ''); } else { - define('_CFG_AP_ACTIVE_N', ""); - define('_CFG_AP_ACTIVE_Y', " checked=\"checked\""); + define('_CFG_AP_ACTIVE_N', ''); + define('_CFG_AP_ACTIVE_Y', ' chkecked="checked"'); } // Output template