Merge pull request #4893 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Campaign / Form / Task / Interview.php
index 2e4c90ba675725e75fe6849accd86b4cc4894c00..617b887863d8061139b6e9e5900f3aca6ebc3825 100755 (executable)
@@ -47,7 +47,6 @@ class CRM_Campaign_Form_Task_Interview extends CRM_Campaign_Form_Task {
 
   /**
    * Variable to store redirect path
-   *
    */
   private $_userContext;
 
@@ -553,7 +552,7 @@ WHERE {$clause}
       'source_contact_id' => 'source_contact',
       'location' => 'activity_location',
       'campaign_id' => 'activity_campaign_id',
-      'duration' => 'activity_duration'
+      'duration' => 'activity_duration',
     );
     foreach ($activityParams as $key => $field) {
       if (!empty($params[$field])) {