Index: openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl,v diff -u -r1.1.14.3 -r1.1.14.4 --- openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl 9 Feb 2020 15:34:41 -0000 1.1.14.3 +++ openacs-4/packages/chat-portlet/tcl/chat-admin-portlet-procs.tcl 14 Sep 2022 11:05:12 -0000 1.1.14.4 @@ -73,7 +73,7 @@ ad_proc -public remove_self_from_page { {-portal_id:required} } { - Removes a chat admin PE from the given page + Removes a chat admin PE from the given page } { portal::remove_element \ -portal_id $portal_id \ @@ -83,6 +83,7 @@ ad_proc -public show { cf } { + Show the portlet } { portal::show_proc_helper \ -package_key [my_package_key] \ Index: openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl,v diff -u -r1.1.14.3 -r1.1.14.4 --- openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 9 Feb 2020 15:34:41 -0000 1.1.14.3 +++ openacs-4/packages/chat-portlet/tcl/chat-portlet-procs.tcl 14 Sep 2022 11:05:12 -0000 1.1.14.4 @@ -92,6 +92,7 @@ ad_proc -public show { cf } { + Show the portlet } { portal::show_proc_helper \ -package_key [my_package_key] \