Index: openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql,v diff -u -r1.21 -r1.22 --- openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql 13 Jan 2005 13:55:12 -0000 1.21 +++ openacs-4/packages/acs-content-repository/sql/postgresql/content-template.sql 4 Jun 2006 00:45:23 -0000 1.22 @@ -197,7 +197,6 @@ end;' language 'plpgsql'; select define_function_args('content_template__delete','template_id'); - create or replace function content_template__delete (integer) returns integer as ' declare @@ -209,6 +208,7 @@ end;' language 'plpgsql'; -- function is_template +select define_function_args('content_template__is_template','template_id'); create or replace function content_template__is_template (integer) returns boolean as ' declare @@ -220,8 +220,8 @@ end;' language 'plpgsql' stable; - -- function get_path +select define_function_args('content_template__get_path','template_id,root_folder_id'); create or replace function content_template__get_path (integer,integer) returns varchar as ' declare