__CFG_MIN_AGE fixed
authorRoland Häder <roland@mxchange.org>
Sat, 6 Dec 2008 17:55:42 +0000 (17:55 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 6 Dec 2008 17:55:42 +0000 (17:55 +0000)
inc/databases.php
inc/db/lib-mysql3.php
inc/modules/admin/what-config_other.php

index 86ea2bcafe38b34857babd3c24f9fb060829b9ed..4fde1fb1419c91433595cc3d808209257b086826 100644 (file)
@@ -114,7 +114,7 @@ define('USAGE_BASE', "usage");
 define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
-define('CURR_SVN_REVISION', "606");
+define('CURR_SVN_REVISION', "607");
 
 // Take a prime number which is long (if you know a longer one please try it out!)
 define('_PRIME', 591623);
index dda331836a367bacc955cae726653cfa2b6d493e..afdf53ec76fbeb838e92e6f756b8476663c483ad 100644 (file)
@@ -38,7 +38,7 @@ if (!defined('__SECURITY')) {
 }
 
 // SQL queries
-function SQL_QUERY($sql_string, $F, $L) {
+function SQL_QUERY ($sql_string, $F, $L) {
        global $link, $CSS, $_CONFIG, $OK;
 
        // Remove \t, \n and \r from queries they may confuse some MySQL version I have heard
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')) {