Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -r1.176 -r1.177 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 23 Sep 2003 17:46:59 -0000 1.176 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 30 Sep 2003 13:11:39 -0000 1.177 @@ -1846,10 +1846,10 @@ # call the communitie's delete pl/sql, which removes the group db_exec_plsql \ remove_community \ - "begin dotlrn_community.delete(:community_id); end;" + "begin dotlrn_community.del(:community_id); end;" # Remove the package - db_exec_plsql delete_package "begin acs_object.delete(:package_id) end;" + db_exec_plsql delete_package "begin acs_object.del(:package_id) end;" } }