Index: openacs-4/packages/cms/tcl/type-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/Attic/type-procs.tcl,v diff -u -N -r1.1.2.1 -r1.1.2.2 --- openacs-4/packages/cms/tcl/type-procs.tcl 31 Aug 2006 19:59:05 -0000 1.1.2.1 +++ openacs-4/packages/cms/tcl/type-procs.tcl 19 Feb 2007 22:17:42 -0000 1.1.2.2 @@ -248,7 +248,7 @@ @return integer } { - return [package_exec_plsql -var_list [list [list content_type $content_type] [list content_method $content_method] \ + return [package_exec_plsql -var_list [list [list content_type $content_type] [list content_method $content_method]] \ content_method add_method] }