Index: openacs-4/packages/dotlrn/tcl/community-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.xql,v diff -u -r1.54 -r1.55 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 1 May 2002 01:19:47 -0000 1.54 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 2 May 2002 19:14:29 -0000 1.55 @@ -407,6 +407,13 @@ </querytext> </fullquery> + <fullquery name="dotlrn_community::remove_applet_from_community.delete_applet_from_community"> + <querytext> + delete from dotlrn_community_applets + where community_id= :community_id and applet_id = :applet_id + </querytext> + </fullquery> + <fullquery name="dotlrn_community::get_portal_template_id_not_cached.select_portal_template_id"> <querytext> select portal_template_id