Index: openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl,v diff -u -r1.95 -r1.96 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 13:25:30 -0000 1.95 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 7 Jul 2018 07:48:44 -0000 1.96 @@ -613,7 +613,7 @@ person::flush_cache -person_id $user_id } -ad_proc -deprecated -public acs_user::get_element { +ad_proc -public acs_user::get_element { {-user_id {}} {-authority_id {}} {-username {}} @@ -622,7 +622,8 @@ Get a particular element from the basic information about a user returned by acs_user::get. Throws an error if the element does not exist. - Deprecated: please use the new 'element' parameter in acs_user::get + It is recommended to use use acs_user::get instead. + This function will be probably deprecated after the release of 5.10. @option user_id The user_id of the user to get the bio for. Leave blank for current user. @option element Which element you want to retrieve.