Index: openacs-4/packages/cms/tcl/module-procs.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/module-procs.xql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/cms/tcl/module-procs.xql 20 Aug 2001 04:35:42 -0000 1.3 +++ openacs-4/packages/cms/tcl/module-procs.xql 9 May 2005 22:44:48 -0000 1.4 @@ -6,6 +6,7 @@ select module_id from cm_modules where key = :module_name + and package_id = :package_id @@ -35,5 +36,16 @@ + + + update acs_objects set context_id = :package_id where object_id = :module_id + + + + + + select module_id from cm_modules where package_id = :package_id + +