Index: openacs-4/packages/cms/tcl/content-method-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/content-method-procs.xql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/cms/tcl/content-method-procs.xql 14 Aug 2001 18:11:30 -0000 1.2 +++ openacs-4/packages/cms/tcl/content-method-procs.xql 17 Aug 2001 04:31:38 -0000 1.3 @@ -8,4 +8,32 @@ and content_type = :content_type + + + select + map.content_method + from + cm_content_type_method_map map, cm_content_methods m + where + map.content_method = m.content_method + and + map.content_type = :content_type + $text_entry_filter + + + + + + + + select + content_method + from + cm_content_methods m + where 1 = 1 + $text_entry_filter + + + +