Index: openacs-4/packages/acs-tcl/tcl/community-core-2-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/community-core-2-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-tcl/tcl/community-core-2-procs.tcl 10 Sep 2002 22:22:14 -0000 1.2 +++ openacs-4/packages/acs-tcl/tcl/community-core-2-procs.tcl 27 Oct 2014 16:40:06 -0000 1.3 @@ -12,11 +12,12 @@ # The User Namespace namespace eval oacs::user { - ad_proc -public get { + ad_proc -deprecated -public get { {-user_id:required} {-array:required} } { Load up user information + @see acs_user::get } { # Upvar the Tcl Array upvar $array row