projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca239c
)
CRM-18155 Remove membership_type_id from legacyConvertFormValues
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 4 Mar 2016 01:33:10 +0000
(
01:33
+0000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 4 Mar 2016 01:42:34 +0000
(
01:42
+0000)
CRM/Contact/BAO/Query.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/BAO/Query.php
b/CRM/Contact/BAO/Query.php
index 45d635a6af03b26f763b16df736a20d912aba136..2830d31bfc1e896ac93af69588539af0b0a14f6c 100644
(file)
--- 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',
);