projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5757b08
)
Remove unused var
author
colemanw
<coleman@civicrm.org>
Fri, 16 Feb 2018 19:03:59 +0000
(14:03 -0500)
committer
GitHub
<noreply@github.com>
Fri, 16 Feb 2018 19:03:59 +0000
(14:03 -0500)
CRM/Case/BAO/Case.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/BAO/Case.php
b/CRM/Case/BAO/Case.php
index 75eebb5eb11b32719f4690c1d4ead1ed8c8e1619..2dea9949360f5f7a8a319abf90c421f242126389 100644
(file)
--- a/
CRM/Case/BAO/Case.php
+++ b/
CRM/Case/BAO/Case.php
@@
-1889,7
+1889,6
@@
SELECT case_status.label AS case_status, status_id, civicrm_case_type.title AS c
return NULL;
}
- $caseManagerContact = array();
$caseManagerName = '---';
$xmlProcessor = new CRM_Case_XMLProcessor_Process();