Index: openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql,v diff -u -r1.26 -r1.27 --- openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 8 Aug 2006 21:26:23 -0000 1.26 +++ openacs-4/packages/dotlrn/tcl/community-procs-oracle.xql 27 Jan 2018 17:58:19 -0000 1.27 @@ -37,21 +37,6 @@ - - - declare - begin - :1 := dotlrn_community.new( - community_type => :community_type, - community_key => :name - pretty_name => :pretty_name, - pretty_plural => :pretty_name, - description => :description - ); - end; - - - declare