Index: openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/Attic/site-nodes-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl 17 Apr 2002 04:30:27 -0000 1.13 +++ openacs-4/packages/dotlrn/tcl/site-nodes-procs.tcl 18 Apr 2002 17:36:01 -0000 1.14 @@ -109,10 +109,10 @@ } { get the name of the parent of this instance } { - return [util_memoize "site_nodes::get_parent_name_memoized -instance_id $instance_id"] + return [util_memoize "site_nodes::get_parent_name_not_cached -instance_id $instance_id"] } - ad_proc -public get_parent_name_memoized { + ad_proc -public get_parent_name_not_cached { {-instance_id ""} } { memoizing helper