diff --git a/main/tracking/courseLog.php b/main/tracking/courseLog.php index fb5e709b67..1ec6c77412 100644 --- a/main/tracking/courseLog.php +++ b/main/tracking/courseLog.php @@ -821,7 +821,9 @@ function display_additional_profile_fields(){ // the form elements for the $_GET parameters (because the form is passed through GET foreach ($_GET as $key=>$value){ - $return .= ''; + if ($key <> 'additional_profile_field') { + $return .= ''; + } } // the submit button