Index: openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl,v diff -u -r1.83 -r1.84 --- openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 28 Jun 2018 10:50:20 -0000 1.83 +++ openacs-4/packages/dotlrn/tcl/dotlrn-procs.tcl 26 Jul 2018 14:53:25 -0000 1.84 @@ -409,7 +409,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User that will change his Site Template + @param user_id The id of the User that will change his Site Template @param site_template_id The id of the Site Template that will be used by the User } { @@ -429,7 +429,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User in order to obtain the master template configured for him + @param user_id The id of the User in order to obtain the master template configured for him @return The path of the master template that will be used. @@ -446,7 +446,7 @@ @author Victor Guerra ( guerra@galileo.edu ) @creation-date 2006-03-11 - @param community_id The id of the User of whom we want to abtain the Site Template + @param user_id The id of the User of whom we want to abtain the Site Template @return The id of the Site Template assigned to the User