X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fmodules%2Fguest%2Fwhat-register.php;h=59ffc72e760046b2cddf5d194575dcf238e4fba4;hp=2ec132d5f93c0392ec6cf93fce0dc7e76df8167d;hb=180646e7ce31e2772267540bb813f4798fc88c06;hpb=fb73ea9bcaba7cb130e482a51cf205233487d40b diff --git a/inc/modules/guest/what-register.php b/inc/modules/guest/what-register.php index 2ec132d5f9..59ffc72e76 100644 --- a/inc/modules/guest/what-register.php +++ b/inc/modules/guest/what-register.php @@ -325,7 +325,7 @@ array( break; default: - $DATA['birthday'] = bigintval($_POST['month']."/".bigintval($_POST['day'])."/".bigintval($_POST['year']); + $DATA['birthday'] = bigintval($_POST['month'])."/".bigintval($_POST['day'])."/".bigintval($_POST['year']); break; }