From 1b2563adc71cf688edbd50a55ac9baf28605f539 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 17 Sep 2014 16:56:47 +0530 Subject: [PATCH] CRM-15323 fix - On log mode case type info is not present against its case https://issues.civicrm.org/jira/browse/CRM-15323 --- CRM/Logging/ReportSummary.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CRM/Logging/ReportSummary.php b/CRM/Logging/ReportSummary.php index b8dd138b67..0e1a381254 100644 --- a/CRM/Logging/ReportSummary.php +++ b/CRM/Logging/ReportSummary.php @@ -381,11 +381,6 @@ SELECT {$this->_logTables[$entity]['bracket_info']['entity_column']} $entityID = $id; } - // since case_type_id is a varchar field with separator - if ($entity == 'log_civicrm_case') { - $entityID = explode(CRM_Case_BAO_Case::VALUE_SEPARATOR, $entityID); - $entityID = CRM_Utils_Array::value(1, $entityID); - } if ($entityID && $logDate && array_key_exists('table', $this->_logTables[$entity]['bracket_info'])) { $sql = " -- 2.25.1