diff --git a/register_judges_personal.php b/register_judges_personal.php index 95c19bc..f0f87d5 100644 --- a/register_judges_personal.php +++ b/register_judges_personal.php @@ -57,11 +57,13 @@ "lastname='".mysql_escape_string(stripslashes($_POST['lastname']))."', ". "email='".mysql_escape_string(stripslashes($_POST['email']))."', ". "address='".mysql_escape_string(stripslashes($_POST['address']))."', ". + "address2='".mysql_escape_string(stripslashes($_POST['address2']))."', ". "city='".mysql_escape_string(stripslashes($_POST['city']))."', ". "province='".mysql_escape_string(stripslashes($_POST['province']))."', ". "postalcode='".mysql_escape_string(stripslashes($_POST['postalcode']))."', ". "phonehome='".mysql_escape_string(stripslashes($_POST['phonehome']))."', ". "phonework='".mysql_escape_string(stripslashes($_POST['phonework']))."', ". + "phoneworkext='".mysql_escape_string(stripslashes($_POST['phoneworkext']))."', ". "phonecell='".mysql_escape_string(stripslashes($_POST['phonecell']))."', ". "organization='".mysql_escape_string(stripslashes($_POST['organization']))."', ". "catpref=$catpref, ". @@ -101,32 +103,20 @@ echo "
"; - emit_day_selector("day",$day); - echo " | \n"; - emit_month_selector("month",$month); - echo " | \n"; - emit_year_selector("year",$year,date("Y")-$config['maxjudgeage'],date("Y")-$config['minjudgeage']); - echo " |