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.82 -r1.83 --- openacs-4/packages/dotlrn/tcl/community-procs.xql 9 Apr 2004 01:07:25 -0000 1.82 +++ openacs-4/packages/dotlrn/tcl/community-procs.xql 20 Apr 2004 21:13:19 -0000 1.83 @@ -416,6 +416,23 @@ + + + delete + from acs_attribute_values + where object_id = :clone_id + + + + + + insert into acs_attribute_values + (object_id,attribute_id,attr_value) + select :clone_id, attribute_id, attr_value + from acs_attribute_values where object_id = :community_id + + + update dotlrn_communities_all set archived_p = 't' where community_id = :community_id