MDL-64017 message_email: trailing whitespace fix
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 23 Apr 2019 12:06:00 +0000 (14:06 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 23 Apr 2019 12:06:00 +0000 (14:06 +0200)
message/output/email/classes/task/send_email_task.php

index 141b4d2..306fade 100644 (file)
@@ -133,7 +133,7 @@ class send_email_task extends scheduled_task {
         // isn't related to an actual group in a course. However, for
         // now this will have to do before 3.7 code freeze.
         // See related MDL-63814.
-        $sql = "SELECT DISTINCT mc.id, mc.name, c.id as courseid, c.fullname as coursename, g.id as groupid, 
+        $sql = "SELECT DISTINCT mc.id, mc.name, c.id as courseid, c.fullname as coursename, g.id as groupid,
                                 g.picture, g.hidepicture
                   FROM {message_conversations} mc
                   JOIN {groups} g