$params = $targetParams = $deliveredParams = array();
$count = 0;
- // CRM-15702: Sending bulk sms to contacts without e-mail address fails.
- // Solution is to skip checking for on hold
+ // CRM-15702: Sending bulk sms to contacts without e-mail address fails.
+ // Solution is to skip checking for on hold
$skipOnHold = TRUE; //do include a statement to check wether e-mail address is on hold
if ($mailing->sms_provider_id) {
$skipOnHold = FALSE; //do not include a statement to check wether e-mail address is on hold
$search = new CRM_Mailing_BAO_TrackableURL();
// To find the url, we also join on the queue and job tables. This
- // prevents foreign key violations.
-
+ // prevents foreign key violations.
$job = CRM_Mailing_BAO_MailingJob::getTableName();
$eq = CRM_Mailing_Event_BAO_Queue::getTableName();
$turl = CRM_Mailing_BAO_TrackableURL::getTableName();