fixes for CRM-16719
authorKurund Jalmi <kurund@yahoo.com>
Tue, 13 Oct 2015 14:42:09 +0000 (15:42 +0100)
committerKurund Jalmi <kurund@yahoo.com>
Tue, 13 Oct 2015 14:42:09 +0000 (15:42 +0100)
CRM/Report/Form/ActivitySummary.php

index deaf0df632445f57353b9c15ba9ad362f723ebde..13dc9acfaf1275adea5fa114da4ce7312bd1a242 100644 (file)
@@ -36,6 +36,8 @@ class CRM_Report_Form_ActivitySummary extends CRM_Report_Form {
 
   protected $_emailField = FALSE;
   protected $_phoneField = FALSE;
+  protected $_tempTableName;
+  protected $_tempDurationSumTableName;
 
   /**
    */