Forum OpenACS Q&A: Response to Documentations that don't make sense

Collapse
Posted by Li-fan Chen on
I am reading tcl/user-group-defs.tcl's ug_file_to_source, it tried to access ad_conn($file) without global ad_conn first. Weird. Most other places do a global ad_conn before accessing the array (tcl/ad-security.tcl and tcl/ad-abstract-url.tcl). Does this need fixing?