ad_partner_memoize_one

one of the documented procedures in this installation of the ACS
Usage:
ad_partner_memoize_one   sql_query   var
What it does:
Wrapper for ad_partner_memoize_list_from_db that lets us easily memoize a query that returns one thing
Defined in: /web/philip/tcl/ad-partner-defs.tcl

Source code:


    return [lindex [ad_partner_memoize_list_from_db $sql_query [list $var]] 0]


philg@mit.edu