Index: openacs-4/packages/acs-tcl/tcl/object-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/object-procs.tcl,v diff -u -r1.7 -r1.8 --- openacs-4/packages/acs-tcl/tcl/object-procs.tcl 1 Jun 2005 08:03:16 -0000 1.7 +++ openacs-4/packages/acs-tcl/tcl/object-procs.tcl 27 Sep 2005 09:44:51 -0000 1.8 @@ -95,3 +95,12 @@ acs_object::get -object_id $object_id -array row return $row($element) } + +ad_proc -public acs_object::set_context_id { + {-object_id:required} + {-context_id:required} +} { + Sets the context_id of the specified object. +} { + db_dml update_context_id {} +}