ad_get_partner_procs

one of the documented procedures in this installation of the ACS
Usage:
ad_get_partner_procs   db   table
What it does:
Returns all procs from $table for the current partner. Memoizes the procs so we don't hit the db constantly for each partner
Defined in: /web/philip/tcl/ad-partner-defs.tcl

Source code:


    return [ad_partner_procs $table]


philg@mit.edu