cs_conn

one of the documented procedures in this installation of the ACS
Usage:
cs_conn   var
What it does:
Returns a value in ad_conn.
Defined in: /web/philip/tcl/1-cs-defs.tcl

Source code:


    global ad_conn
    if { [info exists ad_conn(cs_$var)] } {
	return $ad_conn(cs_$var)
    }
    return ""


philg@mit.edu