cvargas 15 years ago
parent
commit
9f80ee40c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/admin/course_edit.php

+ 1 - 1
main/admin/course_edit.php

@@ -89,7 +89,7 @@ while($obj = Database::fetch_object($res))
 		$course['tutor_name']=$obj->user_id;
 	}
 	//We add in the array platform teachers
-	$platform_teachers[$obj->user_id] = api_get_person_name($obj->firstname, $obj->lastname);
+	$platform_teachers[$obj->user_id] = $obj->firstname.' '.$obj->lastname;
 }
 
 //Case where there is no teacher in the course