Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.66 -r1.67 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 7 Mar 2002 06:48:53 -0000 1.66 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 7 Mar 2002 20:58:21 -0000 1.67 @@ -716,14 +716,23 @@ Returns a html fragment of the subcommunity hierarchy of this community or if none, the empty list } { + set user_id [ad_get_user_id] set subcomm_chunk "" foreach subcomm_id [get_subcomm_list -community_id $community_id] { if {[has_subcommunity_p -community_id $subcomm_id]} { + set url [get_community_url $subcomm_id] + append subcomm_chunk \ - "$pretext " \ - "[get_community_name $subcomm_id]\n" \ - "