Forum OpenACS Q&A: Re: namespace procs and the query dispatcher

Collapse
Posted by Tom Jackson on

If the original code wanted the parent namespace, couldn't you use:

set proc_namespace [::namespace parent]
and avoid the uplevel command?