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.98 -r1.99 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 15 Nov 2017 14:35:30 -0000 1.98 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 27 Jan 2018 17:58:19 -0000 1.99 @@ -440,27 +440,6 @@ - - - delete - from dotlrn_community_applets - where community_id = :community_id - and applet_id = :applet_id - - - - - - select impl_name - from acs_sc_impls, - acs_sc_bindings, - acs_sc_contracts - where acs_sc_impls.impl_id = acs_sc_bindings.impl_id - and acs_sc_contracts.contract_id = acs_sc_bindings.contract_id - and acs_sc_contracts.contract_name = 'dotlrn_applet' - - - select dotlrn_applets.applet_key @@ -471,14 +450,6 @@ - - - select applet_key - from dotlrn_applets - where active_p = 't' - - - select dotlrn_applets.applet_key @@ -624,13 +595,4 @@ - - - select dst.site_master - from dotlrn_site_templates dst, dotlrn_communities_all dca - where dca.community_id = :community_id - and dca.site_template_id = dst.site_template_id - - -