From b2e962afae2c841fd77aea2581c8306be2e55bab Mon Sep 17 00:00:00 2001 From: Joseph Baxter Date: Tue, 3 Jun 2014 15:29:43 +0100 Subject: [PATCH] removed unecessary line --- locallib.php | 1 - 1 file changed, 1 deletion(-) 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.