Index: openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl,v diff -u -r1.58 -r1.59 --- openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 3 Jun 2002 06:30:49 -0000 1.58 +++ openacs-4/packages/dotlrn-calendar/tcl/dotlrn-calendar-procs.tcl 21 Jun 2002 21:06:19 -0000 1.59 @@ -140,7 +140,7 @@ # We associate content using portal mapping (ben) # This SHOULD NOT work, but it does cause we're # reinstantiating calendar - portal::mapping::new \ + site_node_object_map::new \ -node_id \ [site_nodes::get_node_id_from_child_name \ -parent_node_id $node_id \ @@ -255,7 +255,7 @@ -name [package_key] ] - portal::mapping::new -node_id $node_id -object_id $calendar_id + site_node_object_map::new -node_id $node_id -object_id $calendar_id } set args [ns_set create]