Index: openacs-4/packages/cms/sql/postgresql/upgrade/upgrade-5.0d-5.1d.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/sql/postgresql/upgrade/upgrade-5.0d-5.1d.sql,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/cms/sql/postgresql/upgrade/upgrade-5.0d-5.1d.sql 4 Oct 2005 22:16:49 -0000 1.1.2.2 +++ openacs-4/packages/cms/sql/postgresql/upgrade/upgrade-5.0d-5.1d.sql 31 Aug 2006 19:59:04 -0000 1.1.2.3 @@ -51,3 +51,11 @@ return v_module_id; end;' language 'plpgsql'; + +select define_function_args('content_method__set_default_method','content_type,content_method'); +select define_function_args('content_method__unset_default_method','content_type'); +select define_function_args('content_method__remove_method','content_type,content_method'); +select define_function_args('content_method__add_all_methods','content_type'); +select define_function_args('content_method__add_method','content_type,content_method,is_default'); +select define_function_args('content_method__is_mapped','content_type,content_method'); +select define_function_args('content_method__get_method','content_type'); \ No newline at end of file