From: Roland Häder Date: Wed, 4 Mar 2009 20:37:20 +0000 (+0000) Subject: More fixes in reg page X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=a47a9c49a7813304ac78deb3741bdd85e6d50912 More fixes in reg page --- diff --git a/inc/databases.php b/inc/databases.php index 105db9ec14..c6d3aab5c3 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -98,7 +98,7 @@ define('SERVER_URL', "http://www.mxchange.org"); // 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)); diff --git a/inc/modules/guest/what-register.php b/inc/modules/guest/what-register.php index f211e88c6a..7420336c3f 100644 --- a/inc/modules/guest/what-register.php +++ b/inc/modules/guest/what-register.php @@ -170,7 +170,7 @@ if (IS_FORM_SENT()) { 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 ...