Index: openacs-4/contrib/packages/portal/tcl/theme-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/packages/portal/tcl/theme-procs.tcl,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/packages/portal/tcl/theme-procs.tcl 25 Oct 2002 21:29:17 -0000 1.1 +++ openacs-4/contrib/packages/portal/tcl/theme-procs.tcl 8 Jan 2004 02:12:19 -0000 1.2 @@ -46,10 +46,6 @@ returns a list of all the themes in the system as ns_sets with keys being: theme_id, name, description } { - return [util_memoize "portal::theme::get_list_not_cached"] - } - - ad_proc -private get_list_not_cached {} { return [db_list_of_ns_sets select_theme_list {}] }