From 9abd36889703982b8d9f975a0ed1872343d9558f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 4 Mar 2016 01:33:10 +0000 Subject: [PATCH] CRM-18155 Remove membership_type_id from legacyConvertFormValues --- CRM/Contact/BAO/Query.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 45d635a6af..2830d31bfc 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -1558,8 +1558,6 @@ class CRM_Contact_BAO_Query { */ public static function legacyConvertFormValues($id, &$values) { $legacyElements = array( - 'membership_type_id', - 'membership_status_id', 'activity_type_id', 'location_type', ); -- 2.25.1