modules/YOUR_TEMPLATE/create_account.php (altered for DOB pulldown)
Line 52
So here is where the '0001-01-01 00:00:00' string of text is coming from.Code:if (ACCOUNT_DOB == 'true') $dob = (empty($_POST['dob']) ? zen_db_prepare_input('0001-01-01 00:00:00') : zen_db_prepare_input($_POST['dob']));
I'm looking over the code, and have a vague understanding....



