unused variable since v4.5
authorDemeritCowboy <demeritcowboy@hotmail.com>
Tue, 12 Nov 2019 14:57:45 +0000 (09:57 -0500)
committerDemeritCowboy <demeritcowboy@hotmail.com>
Tue, 12 Nov 2019 14:57:45 +0000 (09:57 -0500)
CRM/Case/Form/CaseView.php

index 7f8676833931297bfe1830563b35fe949e042789..5119729342907e6459937e8883a8f010f465355c 100644 (file)
@@ -104,12 +104,6 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form {
     $this->_caseType = $caseTypeName;
     $this->assign('caseDetails', $this->_caseDetails);
 
-    $reportUrl = CRM_Utils_System::url('civicrm/case/report',
-      "reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&asn=",
-      FALSE, NULL, FALSE
-    );
-    $this->assign('reportUrl', $reportUrl);
-
     // add to recently viewed
 
     $url = CRM_Utils_System::url('civicrm/contact/view/case',