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.94 -r1.95 --- openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 12:37:57 -0000 1.94 +++ openacs-4/packages/acs-tcl/tcl/community-core-procs.tcl 28 Jun 2018 13:25:30 -0000 1.95 @@ -264,14 +264,13 @@ return $bio } -ad_proc -public person::update_bio { +ad_proc -deprecated -public person::update_bio { {-person_id:required} {-bio:required} } { Update the bio for a person. - This proc will be deprecated in the future. Please use - person::update as now supports optional parameters. + Deprecated: please use person::update as now supports optional parameters. @see person::update