Index: openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.tcl 17 Nov 2008 13:37:55 -0000 1.2 +++ openacs-4/packages/lorsm/www/admin/tracking-rte/drill-student.tcl 12 Dec 2008 14:25:39 -0000 1.3 @@ -51,18 +51,7 @@ db_multirow \ -extend { edit_url 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}]