Index: openacs-4/packages/lorsm/www/delivery-bottom-bar/bottom.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/delivery-bottom-bar/bottom.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/delivery-bottom-bar/bottom.tcl 16 Jan 2008 16:54:45 -0000 1.3 +++ openacs-4/packages/lorsm/www/delivery-bottom-bar/bottom.tcl 14 Feb 2009 22:33:21 -0000 1.4 @@ -12,7 +12,7 @@ # Student tracking set package_id [ad_conn package_id] -set community_id [dotlrn_community::get_community_id] +set community_id [lors::get_community_id] set user_id [ad_conn user_id] if {[lorsm::track::istrackable -course_id $man_id -package_id $package_id]} { @@ -26,7 +26,7 @@ } # return_url -set return_url [dotlrn_community::get_community_url [dotlrn_community::get_community_id]] +set return_url [lors::get_community_url] set item_list [lorsm::get_item_list $man_id $user_id]