Index: openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl,v diff -u -r1.23.2.2 -r1.23.2.3 --- openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 1 Oct 2020 13:44:04 -0000 1.23.2.2 +++ openacs-4/packages/dotlrn-dotlrn/tcl/dotlrn-members-procs.tcl 2 Sep 2021 16:40:54 -0000 1.23.2.3 @@ -199,13 +199,13 @@ ad_proc -public get_community_default_page {} { Returns the user default page to add the portlet to. - FIXME Should be a ad_param. + FIXME Should be an ad_param. } { return "#dotlrn.club_page_people_title#" } ad_proc -public get_subcomm_default_page {} { - FIXME Should be a ad_param. + FIXME Should be an ad_param. } { return "#dotlrn.subcomm_page_info_title#" }