From 0ebdbd3764ea39da12a790040a66107b5e2c9985 Mon Sep 17 00:00:00 2001 From: vivekarora Date: Fri, 15 Nov 2013 16:50:33 +0530 Subject: [PATCH] Corrected Fomatting issue --- CRM/Utils/Migrate/Export.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/Migrate/Export.php b/CRM/Utils/Migrate/Export.php index d53df5b43f..6c3af9780c 100644 --- a/CRM/Utils/Migrate/Export.php +++ b/CRM/Utils/Migrate/Export.php @@ -482,7 +482,7 @@ class CRM_Utils_Migrate_Export { } else { foreach ($types as $type) { - if (in_array($key, array('activity_type', 'event_type','case_type'))) { + if (in_array($key, array('activity_type', 'event_type', 'case_type'))) { $ogID = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_OptionGroup', $key, 'id', 'name'); $ovParams = array('option_group_id' => $ogID, 'value' => $type); CRM_Core_BAO_OptionValue::retrieve($ovParams, $oValue); -- 2.25.1