More fixes in reg page
authorRoland Häder <roland@mxchange.org>
Wed, 4 Mar 2009 20:37:20 +0000 (20:37 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 4 Mar 2009 20:37:20 +0000 (20:37 +0000)
inc/databases.php
inc/modules/guest/what-register.php

index 105db9ec14d13cf8e4c0a068c39539018e8d7f1a..c6d3aab5c3193b7214132100fddf2446b90d7569 100644 (file)
@@ -98,7 +98,7 @@ define('SERVER_URL', "http://www.mxchange.org");
 
 // Current SVN revision
 //define('CURR_SVN_REVISION', getActualVersion(0));
 
 // Current SVN revision
 //define('CURR_SVN_REVISION', getActualVersion(0));
-define('CURR_SVN_REVISION', "826");
+define('CURR_SVN_REVISION', "827");
 define('CURR_SVN_DATE'    , getActualVersion(1));
 define('CURR_SVN_VERSION' , getActualVersion(2));
 
 define('CURR_SVN_DATE'    , getActualVersion(1));
 define('CURR_SVN_VERSION' , getActualVersion(2));
 
index f211e88c6a9d3809bb1ee17f3d760140fc0beef8..7420336c3fd7fc79efe9f076c2ba1f8d98eceeb6 100644 (file)
@@ -170,7 +170,7 @@ if (IS_FORM_SENT()) {
 
 if ((IS_FORM_SENT()) && ((!$FAILED) || (IS_ADMIN()))) {
        // Prepapre month and day of birth
 
 if ((IS_FORM_SENT()) && ((!$FAILED) || (IS_ADMIN()))) {
        // Prepapre month and day of birth
-       if (strlen(REQUEST_POST('day'))   == 1) REQUEST_POST('day')   = "0".REQUEST_POST('day');
+       if (strlen(REQUEST_POST('day'))   == 1) REQUEST_SET_POST('day'  , "0".REQUEST_POST('day'));
        if (strlen(REQUEST_POST('month')) == 1) REQUEST_SET_POST('month', "0".REQUEST_POST('month'));
 
        // Get total ...
        if (strlen(REQUEST_POST('month')) == 1) REQUEST_SET_POST('month', "0".REQUEST_POST('month'));
 
        // Get total ...