From fd9d0083611076890806f3ceb4d85e25fb2cac44 Mon Sep 17 00:00:00 2001 From: Patrick Cool Date: Fri, 30 Oct 2009 15:20:43 +0100 Subject: [PATCH] fix bad merge caused by bad commit by me and fixed by Yannick --- main/tracking/courseLog.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/main/tracking/courseLog.php b/main/tracking/courseLog.php index 9d2cd8838b..fb8c624ac8 100644 --- a/main/tracking/courseLog.php +++ b/main/tracking/courseLog.php @@ -800,6 +800,21 @@ if ($_GET['studentlist'] == 'false') { , Ghent University, Belgium + * @since October 2009 + * @version 1.8.7 + */ +function display_additional_profile_fields(){ + // getting all the extra profile fields that are defined by the platform administrator + $extra_fields = UserManager :: get_extra_fields(0,50,5,'ASC'); + // creating the form $return = '
';