reverting-conflict
authorjoannechester <j_chester@optusnet.com.au>
Sun, 16 Aug 2015 06:50:19 +0000 (16:50 +1000)
committerjoannechester <j_chester@optusnet.com.au>
Sun, 16 Aug 2015 07:11:53 +0000 (17:11 +1000)
CRM/Contribute/BAO/Contribution.php

index 55db953b939504ec4e9ce14b6485064b26ff82df..76b1abfed5e1ea97f1d5c57c0b42f44a69342229 100644 (file)
@@ -4180,7 +4180,6 @@ LIMIT 1;";
       if (empty($input['IAmAHorribleNastyBeyondExcusableHackInTheCRMEventFORMTaskClassThatNeedsToBERemoved'])) {
         $eventDetail = civicrm_api3('Event', 'getsingle', array('id' => $objects['event']->id));
         $contributionParams['source'] = ts('Online Event Registration') . ': ' . $eventDetail['title'];
-
         if ($eventDetail['is_email_confirm']) {
           // @todo this should be set by the function that sends the mail after sending.
           $contributionParams['receipt_date'] = $changeDate;