Fixed the errors Jenkins pointed out.
authorSaurabh Batra <saurabh.batra96@gmail.com>
Fri, 2 Oct 2015 15:56:55 +0000 (21:26 +0530)
committerSaurabh Batra <saurabh.batra96@gmail.com>
Fri, 2 Oct 2015 15:56:55 +0000 (21:26 +0530)
CRM/Mailing/BAO/MailingJob.php
CRM/Mailing/Event/BAO/TrackableURLOpen.php

index adb4ddb0427eefd2c72f3ad92235c3b6e9d0215c..998e046a61f43107a7696fe4b598846ee1e26798 100644 (file)
@@ -628,8 +628,8 @@ VALUES (%1, %2, %3, %4, %5, %6, %7)
     $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
index c937eec528bcbdef6e5e8229e79ca5341ae73f53..871214831b45775cd26401b0a9d90e47a3bd83ac 100755 (executable)
@@ -56,8 +56,7 @@ class CRM_Mailing_Event_BAO_TrackableURLOpen extends CRM_Mailing_Event_DAO_Track
     $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();