From be8df8e72adc26e02cfe526945705a414cd7dbf0 Mon Sep 17 00:00:00 2001 From: james Date: Fri, 11 Feb 2005 18:29:19 +0000 Subject: [PATCH] add 'other professional qualifications' --- register_judges_personal.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/register_judges_personal.php b/register_judges_personal.php index 404ab4f..4cd5e4a 100644 --- a/register_judges_personal.php +++ b/register_judges_personal.php @@ -70,6 +70,7 @@ "catpref=$catpref, ". "divpref=$divpref, ". "highest_psd='".mysql_escape_string(stripslashes($_POST['highest_psd']))."', ". + "professional_quals='".mysql_escape_string(stripslashes($_POST['professional_quals']))."', ". "years_school='".mysql_escape_string(stripslashes($_POST['years_school']))."', ". "years_regional='".mysql_escape_string(stripslashes($_POST['years_regional']))."', ". "years_national='".mysql_escape_string(stripslashes($_POST['years_national']))."', ". @@ -178,6 +179,11 @@ echo " ".i18n("Highest post-secondary degree").""; echo " highest_psd\" />\n"; echo "\n"; +echo "\n"; +echo " ".i18n("Other professional qualifications").""; +echo " professional_quals\" />\n"; +echo "\n"; + echo "\n"; echo " ".i18n("I can judge in the following languages").""; echo " ";