Check if there is a manual enrolment with no expiry date
authorBarry Oosthuizen <barry.oosthuizen@nottingham.ac.uk>
Tue, 31 Mar 2015 10:35:19 +0000 (11:35 +0100)
committerBarry Oosthuizen <barry.oosthuizen@nottingham.ac.uk>
Tue, 31 Mar 2015 10:35:19 +0000 (11:35 +0100)
locallib.php

index 2700b9e..b50128c 100644 (file)
@@ -1038,7 +1038,7 @@ class attendance {
 
             // CONTRIB-4868
             $mintime = 'MIN(CASE WHEN (ue.timestart > :zerotime) THEN ue.timestart ELSE ue.timecreated END)';
-            $maxtime = 'MAX(ue.timeend)';
+            $maxtime = 'CASE WHEN MIN(ue.timeend) = 0 THEN 0 ELSE MAX(ue.timeend) END';
 
             // CONTRIB-3549
             $sql = "SELECT ue.userid, ue.status,