Index: openacs-4/packages/dotlrn/sql/postgresql/communities-tree-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/sql/postgresql/communities-tree-create.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/dotlrn/sql/postgresql/communities-tree-create.sql 11 Jul 2002 15:54:13 -0000 1.2 +++ openacs-4/packages/dotlrn/sql/postgresql/communities-tree-create.sql 12 Jul 2002 21:26:48 -0000 1.3 @@ -34,7 +34,7 @@ end if; -- increment the sort_key - v_max_child_sortkey := tree__increment_key(v_max_child_sortkey); + v_max_child_sortkey := tree_increment_key(v_max_child_sortkey); update dotlrn_community_types set max_child_sortkey = v_max_child_sortkey