Update CaseView.php
authorSarah Gladstone <sepg@pogstone.com>
Mon, 28 Apr 2014 22:55:26 +0000 (15:55 -0700)
committerSarah Gladstone <sepg@pogstone.com>
Mon, 28 Apr 2014 22:55:26 +0000 (15:55 -0700)
formatting changes

CRM/Case/Form/CaseView.php

index 700873f60a5f2cf73b38e233f6dc05d5eb196526..32633bf503ed7444b105f791871dea335d2617ef 100644 (file)
@@ -267,7 +267,8 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form {
           "action=add&context=standalone&reset=1&caseid={$this->_caseID}&atype=$type",
           FALSE, NULL, FALSE
         );
-      }else if ($type == $pdfActivityType ) {
+      }
+      else if ($type == $pdfActivityType ) {
          $url = CRM_Utils_System::url('civicrm/activity/pdf/add',
           "action=add&context=standalone&reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&atype=$type",
           FALSE, NULL, FALSE ); 
@@ -539,4 +540,4 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form {
       $form->add('checkbox', 'activity_deleted', ts('Deleted Activities'), '', FALSE, array('id' => 'activity_deleted_'.$form->_caseID));
     }
   }
-}
\ No newline at end of file
+}