Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 25 Jun 2002 01:16:04 -0000 1.10 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 3 Jul 2002 22:58:49 -0000 1.11 @@ -338,7 +338,7 @@ set cmd [list sec_lookup_property $id $module $name] - if { $cache_only == "t" && ![util_memoize_value_cached_p $cmd] } { + if { $cache_only == "t" && ![util_memoize_cached_p $cmd] } { return "" }