----------------------------------------
* CRM-13794: State/Country fields in Participant export not pulling data after upgrade
http://issues.civicrm.org/jira/browse/CRM-13794
$count++;
$row = array();
- if ($exportMode == CRM_Export_Form_Select::CONTACT_EXPORT) {
- //convert the pseudo constants
- $query->convertToPseudoNames($dao);
- }
+ //convert the pseudo constants
+ $query->convertToPseudoNames($dao);
//first loop through returnproperties so that we return what is required, and in same order.
$relationshipField = 0;