Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Oct 3, 2012
2 parents 6b181a1 + 7939d7a commit 1b72bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/inc/lib/attendance.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ static function get_attendance_data($from, $number_of_items, $column, $direction
FROM $tbl_attendance att
WHERE c_id = $course_id AND $active_plus $condition_session
ORDER BY col$column $direction LIMIT $from,$number_of_items ";
var_dump($sql);exit;

$res = Database::query($sql);
$attendances = array ();

Expand Down

0 comments on commit 1b72bdb

Please sign in to comment.