X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=79b5113d2f6b38a48baa2c655d82968892622907;hb=08bcd047b40c7bbb2093fa7ee82f8681f19d960b;hp=b6dd0123ba0633e57409051d7ef24b73cff021db;hpb=307a4e11763f0914e73dc756b219356e1c29ab25;p=mailer.git diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index b6dd0123ba..79b5113d2f 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -90,11 +90,11 @@ if (isset($_POST['ok'])) { define('_CFG_PROF_REUPDATE' , CREATE_TIME_SELECTIONS($_CONFIG['resend_profile_update'] , "resend_profile_update", "MWD")); } else { // Normal input boxes - define('_CFG_ONLINE_TIMEOUT', " (".SECS.")"); - define('_CFG_URL_TLOCK' , " (".SECS.")"); - define('_CFG_PROFILE_LOCK' , " (".SECS.")"); - define('_CFG_PROFILE_UPDATE', " (".SECS.")"); - define('_CFG_PROF_REUPDATE' , " (".SECS.")"); + define('_CFG_ONLINE_TIMEOUT', " ("._SECONDS.")"); + define('_CFG_URL_TLOCK' , " ("._SECONDS.")"); + define('_CFG_PROFILE_LOCK' , " ("._SECONDS.")"); + define('_CFG_PROFILE_UPDATE', " ("._SECONDS.")"); + define('_CFG_PROF_REUPDATE' , " ("._SECONDS.")"); } if ($_CONFIG['order_multi_page'] == "N") {