ad_generate_helper_table_name group_typeWhat 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_typeDefined in: /web/philip/packages/acs-core/user-groups-procs.tcl
Source code:
return "[string trim $group_type]_info"