CRM-18063 fix, exclude contact type and tags from legacy format list
authordeb.monish <monish.deb@webaccessglobal.com>
Mon, 22 Feb 2016 06:35:11 +0000 (12:05 +0530)
committerdeb.monish <monish.deb@webaccessglobal.com>
Mon, 22 Feb 2016 06:35:11 +0000 (12:05 +0530)
CRM/Contact/BAO/Query.php

index 4703f5c900fc551e9e687b30e097a0fc3dc0c51f..45d635a6af03b26f763b16df736a20d912aba136 100644 (file)
@@ -1558,9 +1558,6 @@ class CRM_Contact_BAO_Query {
    */
   public static function legacyConvertFormValues($id, &$values) {
     $legacyElements = array(
-      'tag',
-      'contact_tags',
-      'contact_type',
       'membership_type_id',
       'membership_status_id',
       'activity_type_id',