ad_generate_helper_table_name

one of the documented procedures in this installation of the ACS
Usage:
ad_generate_helper_table_name   group_type
What it does:
Generates the helper table name from the group_type. the name is generated by adding suffix _info to the name of the group_type
Defined in: /web/philip/packages/acs-core/user-groups-procs.tcl

Source code:


    return "[string trim $group_type]_info"


philg@mit.edu