From f35e8bcfa26fef3c034c991e841df26055ded5c8 Mon Sep 17 00:00:00 2001 From: DemeritCowboy Date: Tue, 12 Nov 2019 09:57:45 -0500 Subject: [PATCH] unused variable since v4.5 --- CRM/Case/Form/CaseView.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 7f8676833931..511972934290 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -104,12 +104,6 @@ public function preProcess() { $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',