From: Donald A. Lobo Date: Fri, 31 Jan 2014 17:41:33 +0000 (-0800) Subject: CRM-14150 - Auto reply fails X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=60bf6dfe8e03851a6998f9c1f33d5e035c68eb62;p=civicrm-core.git CRM-14150 - Auto reply fails http://issues.civicrm.org/jira/browse/CRM-14150 --- diff --git a/CRM/Mailing/Event/BAO/Reply.php b/CRM/Mailing/Event/BAO/Reply.php index 3e71c6c484..7b8ba4e407 100644 --- a/CRM/Mailing/Event/BAO/Reply.php +++ b/CRM/Mailing/Event/BAO/Reply.php @@ -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