From a6f775bc194b71d6bb206ef1dd527610831998ef Mon Sep 17 00:00:00 2001 From: james Date: Fri, 11 Feb 2005 15:20:03 +0000 Subject: [PATCH] remove date of birth --- register_judges_personal.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/register_judges_personal.php b/register_judges_personal.php index 3e0c485f..95c19bc0 100644 --- a/register_judges_personal.php +++ b/register_judges_personal.php @@ -69,8 +69,7 @@ "years_regional='".mysql_escape_string(stripslashes($_POST['years_regional']))."', ". "years_national='".mysql_escape_string(stripslashes($_POST['years_national']))."', ". "willing_chair='".mysql_escape_string(stripslashes($_POST['willing_chair']))."', ". - "attending_lunch='".mysql_escape_string(stripslashes($_POST['attending_lunch']))."', ". - "dateofbirth='$dob' ". + "attending_lunch='".mysql_escape_string(stripslashes($_POST['attending_lunch']))."' ". "WHERE id='".$_SESSION['judges_id']."'"); echo mysql_error(); echo notice(i18n("%1 %2 successfully updated",array($_POST['firstname'],$_POST['lastname']))); @@ -112,6 +111,8 @@ echo " ".i18n("Postal Code")."".i18n("Phone (Home)")."phonehome\" />\n"; echo "\n"; +/* +//remove date of birth... its really not something that we should be asking echo "\n"; echo " ".i18n("Date of Birth")."\n"; list($year,$month,$day)=split("-",$judgeinfo->dateofbirth); @@ -125,6 +126,7 @@ list($year,$month,$day)=split("-",$judgeinfo->dateofbirth); echo " \n"; echo " ".i18n("Phone (Work)")."phonework\" />\n"; echo ""; +*/ echo "\n"; echo " ".i18n("Organization")."organization\" />\n";