portal_group_name

one of the documented procedures in this installation of the ACS
Usage:
portal_group_name   db   group_id
What 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"]


philg@mit.edu