Skip to content
Snippets Groups Projects
Commit b0aecc75 authored by lcdweb's avatar lcdweb
Browse files

#2850 add comment

parent 5ce7a855
No related branches found
No related tags found
No related merge requests found
......@@ -275,6 +275,7 @@ class CRM_Mailing_Event_BAO_Delivered extends CRM_Mailing_Event_DAO_Delivered {
->createWithColumns('id int primary key, reset_date datetime');
$temporaryTableName = $temporaryTable->getName();
// also exclude on_hold = opt-out (2)
$query = "
INSERT INTO {$temporaryTableName} (id, reset_date)
SELECT civicrm_email.id as email_id,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment