Index: openacs-4/packages/acs-tcl/tcl/defs-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/defs-procs.tcl,v diff -u -r1.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 13 Sep 2002 20:10:48 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/defs-procs.tcl 15 Sep 2002 22:10:50 -0000 1.17 @@ -167,14 +167,16 @@ user_id name } { - @return the HTML link of the community member page of a particular user - This function is an alias to acs_community_member_link and receives identical parameters, but the former finds out the name of the user if a blank is passed. That's why it's marked as deprecated. + @return the HTML link of the community member page of a particular user + @author Unknown @author Roberto Mello + + @see acs_community_member_link } { return [acs_community_member_link -user_id $user_id -label $name] } @@ -208,15 +210,16 @@ user_id name } { - @return the HTML link of the community member page of a particular admin user. - This function is an alias to acs_community_member_admin_link and receives identical parameters, but the former finds out the name of the user if a blank is passed. That's why it's marked as deprecated. + @return the HTML link of the community member page of a particular admin user. + @author Unknown @author Roberto Mello - + + @see acs_community_member_admin_link } { return [acs_community_member_admin_link -user_id $user_id -label $name] }