From 3d4498ebab7e4db59e427378605fda4dcf4bf944 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 11 Feb 2014 16:13:15 -0800 Subject: [PATCH] CRM-14196 - Fix export of non-primary phone numbers --- CRM/Export/BAO/Export.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Export/BAO/Export.php b/CRM/Export/BAO/Export.php index 4a76a601fb..e0648cdd57 100644 --- a/CRM/Export/BAO/Export.php +++ b/CRM/Export/BAO/Export.php @@ -836,6 +836,7 @@ INSERT INTO {$componentTable} SELECT distinct gc.contact_id FROM civicrm_group_c if (CRM_Utils_Array::value(1, $type)) { $fldValue .= "-" . $type[1]; + $daoField .= "-" . $type[1]; } // CRM-3157: localise country, region (both have ‘country’ context) and state_province (‘province’ context) -- 2.25.1