Index: openacs-4/packages/acs-admin/www/cache/flush.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/cache/flush.tcl,v diff -u -r1.3.12.1 -r1.3.12.2 --- openacs-4/packages/acs-admin/www/cache/flush.tcl 10 Sep 2015 08:21:07 -0000 1.3.12.1 +++ openacs-4/packages/acs-admin/www/cache/flush.tcl 18 Sep 2015 07:39:04 -0000 1.3.12.2 @@ -17,7 +17,7 @@ set pair [ns_cache get util_memoize $name] set raw_time [lindex $pair 0] if {$raw_time == $raw_date} { - set value [ad_quotehtml [lindex $pair 1]] + set value [ns_quotehtml [lindex $pair 1]] set time [clock format $raw_time] set key $name break