Index: openacs-4/packages/lorsm/www/course-add-2.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/Attic/course-add-2.tcl,v diff -u -r1.4.2.1 -r1.4.2.2 --- openacs-4/packages/lorsm/www/course-add-2.tcl 5 Jan 2005 17:01:51 -0000 1.4.2.1 +++ openacs-4/packages/lorsm/www/course-add-2.tcl 26 Apr 2005 16:49:12 -0000 1.4.2.2 @@ -173,7 +173,7 @@ ## Opens imsmanifest.xml # open manifest file with tDOM - set doc [dom parse [read [open $manifest]]] + dom parse [::tDOM::xmlReadFile $manifest] doc # gets the manifest tree set manifest [$doc documentElement]