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 -N -r1.92 -r1.93 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 10:45:35 -0000 1.92 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 12:17:30 -0000 1.93 @@ -615,7 +615,7 @@ person::flush_cache -person_id $user_id } -ad_proc -public acs_user::get_element { +ad_proc -deprecated -public acs_user::get_element { {-user_id {}} {-authority_id {}} {-username {}} @@ -624,8 +624,7 @@ 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. - This function will be probably deprecated in the future: please use - the new 'element' parameter in acs_user::get + Deprecated: please use the new 'element' parameter in acs_user::get @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.