Index: openacs-4/packages/lorsm/www/delivery1/toc.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery1/toc.tcl,v diff -u -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/delivery1/toc.tcl 17 May 2005 17:03:40 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery1/toc.tcl 14 Feb 2009 22:33:21 -0000 1.4 @@ -25,9 +25,9 @@ # other instances of file-storages of other classes. See # documentation for further details. -set community_id [dotlrn_community::get_community_id] +set community_id [lors::get_community_id] set fs_local_package_id [site_node_apm_integration::get_child_package_id \ - -package_id [dotlrn_community::get_package_id $community_id] \ + -package_id [lors::get_community_package_id] \ -package_key "file-storage"\ ] set track_id [lorsm::track::istrackable -course_id $man_id -package_id $package_id]