We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b643d9 commit db37088Copy full SHA for db37088
classes/task/email_certificate_task.php
@@ -86,7 +86,7 @@ public function execute() {
86
87
// Get the information about the user and the certificate issue.
88
$userfields = helper::get_all_user_name_fields('u');
89
- $sql = "SELECT u.id, u.username, $userfields, u.email, ci.id as issueid, ci.emailed
+ $sql = "SELECT u.id, u.username, $userfields, u.email, u.mailformat, ci.id as issueid, ci.emailed
90
FROM {customcert_issues} ci
91
JOIN {user} u
92
ON ci.userid = u.id
0 commit comments