ubb_profile.cgi:<pre> my $birthdate;
if(&IsValidDate($in{bday_year}, $in{bday_month}, $in{bday_day}) < 1) {
$birthdate = sprintf("%04d", $in{bday_year}) . sprintf("%02d", $in{bday_month}) . sprintf("%02d", $in{bday_day}) . "&#0124;" . ($in{bday_public} or "no");
} else {
&StandardHTML($vars_wordlets_err{bad_date}) if ($vars_registration{custom4_field_use} eq 'REQ');

}</pre>Is it just me, or it shouldn't be custom4_field_use? <img src="https://www.ubbcentral.com/boards/images/graemlins/tongue.gif" alt="" />

[This message was edited by Charles Capps on September 05, 2002 at 02:30 PM.]