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:
baa8595
)
fixes for CRM-16719
author
Kurund Jalmi
<kurund@yahoo.com>
Tue, 13 Oct 2015 14:42:09 +0000
(15:42 +0100)
committer
Kurund Jalmi
<kurund@yahoo.com>
Tue, 13 Oct 2015 14:42:09 +0000
(15:42 +0100)
CRM/Report/Form/ActivitySummary.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form/ActivitySummary.php
b/CRM/Report/Form/ActivitySummary.php
index deaf0df632445f57353b9c15ba9ad362f723ebde..13dc9acfaf1275adea5fa114da4ce7312bd1a242 100644
(file)
--- a/
CRM/Report/Form/ActivitySummary.php
+++ b/
CRM/Report/Form/ActivitySummary.php
@@
-36,6
+36,8
@@
class CRM_Report_Form_ActivitySummary extends CRM_Report_Form {
protected $_emailField = FALSE;
protected $_phoneField = FALSE;
+ protected $_tempTableName;
+ protected $_tempDurationSumTableName;
/**
*/