portal_group_name db group_idWhat it does:
Quite simply gets the group_name for a group_id.Defined in: /web/philip/tcl/portals-defs.tcl
Source code:
return [database_to_tcl_string_or_null $db "select group_name from user_groups where group_id = $group_id"]