From: Joseph Baxter Date: Tue, 3 Jun 2014 14:29:43 +0000 (+0100) Subject: removed unecessary line X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=b2e962afae2c841fd77aea2581c8306be2e55bab;p=moodle-mod_attendance.git removed unecessary line --- diff --git a/locallib.php b/locallib.php index 5a4cc8f..5bba8fe 100644 --- a/locallib.php +++ b/locallib.php @@ -1186,7 +1186,6 @@ class attendance { ats.sessdate >= :cstartdate AND al.studentid = :uid".$period." 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.