Browse Source

removed unecessary line

MOODLE_26_STABLE
Joseph Baxter 11 years ago
parent
commit
b2e962afae
  1. 1
      locallib.php

1
locallib.php

@ -1186,7 +1186,6 @@ class attendance {
ats.sessdate >= :cstartdate AND ats.sessdate >= :cstartdate AND
al.studentid = :uid".$period." al.studentid = :uid".$period."
GROUP BY al.statusid"; GROUP BY al.statusid";
} }
if ($filters !== null) { // We do not want to cache, or use a cached version of the results when a filter is set. if ($filters !== null) { // We do not want to cache, or use a cached version of the results when a filter is set.

Loading…
Cancel
Save