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.234.2.26 -r1.234.2.27 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 12 Mar 2023 10:32:42 -0000 1.234.2.26 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 12 Apr 2023 08:04:22 -0000 1.234.2.27 @@ -1064,7 +1064,7 @@ ad_proc -public get_community_type { } { - Returns the community type key depending on the node we're at. + Returns the community type key depending on the current package_id } { set package_id [ad_conn package_id] @@ -1076,7 +1076,7 @@ ad_proc -private get_community_type_not_cached { {-package_id:required} } { - Returns the community type key depending on the node we're at. + Returns the community type key depending on the provided package_id. } { return [db_string select_community_type {} -default ""] }