projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38699be
)
CRM-14150 - Auto reply fails
author
Donald A. Lobo
<lobo@civicrm.org>
Fri, 31 Jan 2014 17:41:33 +0000
(09:41 -0800)
committer
Donald A. Lobo
<lobo@civicrm.org>
Fri, 31 Jan 2014 17:41:33 +0000
(09:41 -0800)
http://issues.civicrm.org/jira/browse/CRM-14150
CRM/Mailing/Event/BAO/Reply.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Mailing/Event/BAO/Reply.php
b/CRM/Mailing/Event/BAO/Reply.php
index 3e71c6c484c9867ce05945000423c083da5a7b7f..7b8ba4e4078eae0c072b01bad73b7c12beb0bf67 100644
(file)
--- 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