__CFG_MIN_AGE fixed
[mailer.git] / inc / modules / admin / what-config_other.php
index d3df62edf920823a30d3c4763d9e9f11345efbc1..ba171a2831a69db9dc4e41f75ff67211c19aa9c6 100644 (file)
@@ -79,6 +79,7 @@ if (isset($_POST['ok'])) {
        define('_CFG_ACT_SYSTEM'    , $_CONFIG['activate_xchange']);
        define('_CFG_MAX_SEND'      , $_CONFIG['max_send']);
        define('_CFG_REJECT_URL'    , $_CONFIG['reject_url']);
+       define('_CFG_MIN_AGE'       , $_CONFIG['min_age']);
 
        // Is there the pro-version function avaiable to create selection boxes instead of input boxes?
        if (function_exists('CREATE_TIME_SELECTIONS')) {