X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fwhat-config_other.php;h=5d3b3b19a465495c239ef469e8ea56c2775ab545;hp=9b79974df7e2c4f4b61fbb3a082818f84b21906b;hb=56156f6c4392510cdbe0eb4f2ccefc23b43e2672;hpb=3daede4c904e23905c3e48dd6749019deca0a0e0;ds=sidebyside diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index 9b79974df7..5d3b3b19a4 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -91,11 +91,11 @@ if (isset($_POST['ok'])) { define('_CFG_PROF_REUPDATE' , CREATE_TIME_SELECTIONS(getConfig('resend_profile_update') , "resend_profile_update", "MWD")); } else { // Normal input boxes - 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.")"); + 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 (getConfig('order_multi_page') == "N") {