From fb2e318a47ed99236c9fa63ab94e0c91e805c649 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 6 Dec 2008 17:55:42 +0000 Subject: [PATCH] __CFG_MIN_AGE fixed --- inc/databases.php | 2 +- inc/db/lib-mysql3.php | 2 +- inc/modules/admin/what-config_other.php | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/inc/databases.php b/inc/databases.php index 86ea2bcafe..4fde1fb141 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -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); diff --git a/inc/db/lib-mysql3.php b/inc/db/lib-mysql3.php index dda331836a..afdf53ec76 100644 --- a/inc/db/lib-mysql3.php +++ b/inc/db/lib-mysql3.php @@ -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 diff --git a/inc/modules/admin/what-config_other.php b/inc/modules/admin/what-config_other.php index d3df62edf9..ba171a2831 100644 --- a/inc/modules/admin/what-config_other.php +++ b/inc/modules/admin/what-config_other.php @@ -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')) { -- 2.30.2