Fixed bug with printing attendance table for single user
authorArtem Andreev <andreev.artem@gmail.com>
Sat, 16 Oct 2010 13:23:11 +0000 (17:23 +0400)
committerArtem Andreev <andreev.artem@gmail.com>
Sat, 16 Oct 2010 13:23:11 +0000 (17:23 +0400)
locallib.php

index c80b85f..9556c4a 100644 (file)
@@ -308,7 +308,7 @@ function print_user_attendaces($user, $cm, $attforblock,  $course = 0, $printing
             $where = "ats.courseid={$course->id} AND al.studentid = {$user->id}";
         }
 
-               $stqry = "SELECT ats.sessdate,ats.description,al.statusid,al.remarks 
+               $stqry = "SELECT ats.id,ats.sessdate,ats.description,al.statusid,al.remarks
                                        FROM {$CFG->prefix}attendance_log al 
                                        JOIN {$CFG->prefix}attendance_sessions ats 
                                          ON al.sessionid = ats.id";