Index: openacs-4/packages/lorsm/tcl/lorsm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/tcl/lorsm-callback-procs.tcl,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/lorsm/tcl/lorsm-callback-procs.tcl 30 Jan 2006 16:55:47 -0000 1.1.2.2 +++ openacs-4/packages/lorsm/tcl/lorsm-callback-procs.tcl 1 Feb 2006 17:53:10 -0000 1.1.2.3 @@ -51,8 +51,9 @@ this is the imsld lors importer } { if {$res_type == "imscp_xmlv1p0"} { - return [lorsm::imscp::register_xml_object_id \ + return [lorsm::register_xml_object_id \ -xml_file $tmp_dir/$res_href \ + -tmp_dir $tmp_dir \ -community_id $community_id] } }