Index: openacs-4/packages/acs-subsite/tcl/group-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/group-procs.tcl,v diff -u -N -r1.54 -r1.55 --- openacs-4/packages/acs-subsite/tcl/group-procs.tcl 15 Sep 2018 17:16:52 -0000 1.54 +++ openacs-4/packages/acs-subsite/tcl/group-procs.tcl 15 Sep 2018 17:22:32 -0000 1.55 @@ -628,16 +628,18 @@ } { Return 1 if the user is a member of the group specified. You can specify a group id. -

+ If there is more than one group with this name, it will use the first one. -

- If cascade is true, check to see if the user is - a member of the group by virtue of any other component group. - (e.g. if group B is a component of group A then if a user - is a member of group B then he is automatically a member of A - also.) - If cascade is false, then the user must have specifically been granted membership on the group in question.

+ If cascade is true, check to see if the user is a member of the + group by virtue of any other component group. e.g. if group B is + a component of group A then if a user is a member of group B then + he is automatically a member of A also. + + If cascade is false, then the user must have specifically been + granted membership on the group in question.

+ + @return boolean value @see group::flush_members_cache } { @@ -854,7 +856,7 @@ ad_proc -private group::group_p { {-group_id:required} } { - Get the title of a group, not cached + Test, of group exists @param group_id The group_id of the group } {