X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_autopurge.php;h=e58601b9a0fa8f133cafa707ea53ff9bc2038c02;hb=e6785b4a4845d7a885b0e9c6dac517c6867940e1;hp=7d98fd28af37b2bdf9ff0514758ececea5a1acc6;hpb=21a24662ddc70624c27c607e3904aab23e893898;p=mailer.git diff --git a/inc/modules/admin/what-config_autopurge.php b/inc/modules/admin/what-config_autopurge.php index 7d98fd28af..e58601b9a0 100644 --- a/inc/modules/admin/what-config_autopurge.php +++ b/inc/modules/admin/what-config_autopurge.php @@ -10,10 +10,10 @@ * -------------------------------------------------------------------- * * Kurzbeschreibung : AutoPurge-Konfiguration * * -------------------------------------------------------------------- * - * $Revision:: 856 $ * - * $Date:: 2009-03-06 20:24:32 +0100 (Fr, 06. Mär 2009) $ * + * $Revision:: $ * + * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * - * $Author:: stelzi $ * + * $Author:: $ * * Needs to be in all Files and every File needs "svn propset * * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * @@ -38,12 +38,12 @@ // 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 @@ -71,11 +71,11 @@ 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', ""); + 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