forked from science-ation/science-ation
remove date of birth
This commit is contained in:
parent
35d9cf9e25
commit
a6f775bc19
@ -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 " <td>".i18n("Postal Code")."</td><td><input type=\"text\" name=\"postalcod
|
||||
echo " <td>".i18n("Phone (Home)")."</td><td><input type=\"text\" name=\"phonehome\" value=\"$judgeinfo->phonehome\" /></td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
/*
|
||||
//remove date of birth... its really not something that we should be asking
|
||||
echo "<tr>\n";
|
||||
echo " <td>".i18n("Date of Birth")."</td><td>\n";
|
||||
list($year,$month,$day)=split("-",$judgeinfo->dateofbirth);
|
||||
@ -125,6 +126,7 @@ list($year,$month,$day)=split("-",$judgeinfo->dateofbirth);
|
||||
echo " </td>\n";
|
||||
echo " <td>".i18n("Phone (Work)")."</td><td><input type=\"text\" name=\"phonework\" value=\"$judgeinfo->phonework\" /></td>\n";
|
||||
echo "</tr>";
|
||||
*/
|
||||
|
||||
echo "<tr>\n";
|
||||
echo " <td>".i18n("Organization")."</td><td><input type=\"text\" name=\"organization\" value=\"$judgeinfo->organization\" /></td>\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user