Skip to content
Snippets Groups Projects
Commit 60bf6dfe authored by lobo's avatar lobo
Browse files
parent 38699bed
No related branches found
No related tags found
No related merge requests found
......@@ -219,9 +219,9 @@ class CRM_Mailing_Event_BAO_Reply extends CRM_Mailing_Event_DAO_Reply {
$eq = new CRM_Core_DAO();
$eq->query(
"SELECT $contacts.preferred_mail_format as format,
$email.email as email
$queue.job_id as job_id
$queue.hash as hash
$email.email as email,
$queue.job_id as job_id,
$queue.hash as hash
FROM $contacts
INNER JOIN $queue ON $queue.contact_id = $contacts.id
INNER JOIN $email ON $queue.email_id = $email.id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment