diff --git a/register_participants.inc.php b/register_participants.inc.php index 7b3fad5..682aade 100644 --- a/register_participants.inc.php +++ b/register_participants.inc.php @@ -579,7 +579,7 @@ function addMentor($registrations_id){ } // and now we can return an array that is the empty record for the mentor - $fields = 'id, registrations_id, firstname, lastname, email, phone, organization, position, description, conferences_id'; + $fields = 'id, firstname, lastname, email, phone, organization, position, description, conferences_id'; $mentorId = mysql_insert_id(); $q = mysql_query("SELECT $fields FROM mentors WHERE id = $mentorId"); if(mysql_error()){