Index: openacs-4/packages/lorsm/www/tracking-rte/drill-student.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/tracking-rte/Attic/drill-student.tcl,v diff -u -N -r1.1.2.2 -r1.1.2.2.2.1 --- openacs-4/packages/lorsm/www/tracking-rte/drill-student.tcl 11 Jul 2006 20:43:13 -0000 1.1.2.2 +++ openacs-4/packages/lorsm/www/tracking-rte/drill-student.tcl 5 Dec 2006 10:53:19 -0000 1.1.2.2.2.1 @@ -64,27 +64,7 @@ drill_url total_total_time cut_start_time - } student single_student { - select * - from - lorsm_student_track lorsm, lorsm_cmi_core cmi, ims_cp_manifests manif, ims_cp_items imsitems - where - lorsm.community_id=:community_id - and - lorsm.track_id=cmi.track_id - and - lorsm.course_id=:man_id - and - manif.man_id=:man_id - and - cmi.man_id=:man_id - and - user_id=:user_id - and - imsitems.ims_item_id=cmi.item_id - order by - cmi.track_id asc - } { + } student single_student {} { set cut_start_time [string range $start_time 0 18] set total_total_time [expr $total_time+$session_time] set edit_url [export_vars -base "drill-student-singletrack" {track_id}]