Index: openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student-singletrack.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student-singletrack.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student-singletrack.tcl 12 Dec 2008 14:25:39 -0000 1.3 +++ openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student-singletrack.tcl 14 Feb 2009 22:32:19 -0000 1.4 @@ -12,13 +12,13 @@ set page_title "Inspecting single track for user" set package_id [ad_conn package_id] -set community_id [dotlrn_community::get_community_id] +set community_id [lors::get_community_id] set man_id [ ad_get_client_property trackingrte man_id ] set user_id [ad_get_client_property trackingrte currentlydrilleduser] #acs_user::get -user_id $user_id -array user #set student_id $user(username) set student_name [person::name -person_id $user_id] -set classname [dotlrn_community::get_community_name $community_id] +set classname [lors::get_community_name] set man_name [lorsm::get_course_name -manifest_id $man_id]