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:
c9e0639
)
removed echo
author
Kurund Jalmi
<kurund@yahoo.com>
Sun, 6 Sep 2015 01:11:41 +0000
(18:11 -0700)
committer
Kurund Jalmi
<kurund@yahoo.com>
Sun, 6 Sep 2015 01:11:41 +0000
(18:11 -0700)
CRM/Case/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Case/BAO/Query.php
b/CRM/Case/BAO/Query.php
index 273e6e55567f10dcd104d23a781e61973dbd6aea..10797b459234a3164ab88cb908708cf020237b9a 100644
(file)
--- a/
CRM/Case/BAO/Query.php
+++ b/
CRM/Case/BAO/Query.php
@@
-371,8
+371,6
@@
class CRM_Case_BAO_Query {
return;
case 'case_activity_status_id':
- echo $value;
-
$names = $value;
if (($activityStatus = CRM_Core_PseudoConstant::getLabel('CRM_Activity_BAO_Activity', 'status_id', $value)) != FALSE) {
$names = $activityStatus;