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:44:01 +0000 (11:44 +0100)
locallib.php

index f30c292..1ebaa1a 100644 (file)
@@ -1031,7 +1031,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,