Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
justinfreeman (Agileware)
Core
Commits
60bf6dfe
Commit
60bf6dfe
authored
11 years ago
by
lobo
Browse files
Options
Downloads
Patches
Plain Diff
CRM-14150 - Auto reply fails
http://issues.civicrm.org/jira/browse/CRM-14150
parent
38699bed
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Mailing/Event/BAO/Reply.php
+3
-3
3 additions, 3 deletions
CRM/Mailing/Event/BAO/Reply.php
with
3 additions
and
3 deletions
CRM/Mailing/Event/BAO/Reply.php
+
3
−
3
View file @
60bf6dfe
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment