Changed member import to use member_contact_email rather than process_email for main...
authorChuck Scott <cscott@gaslightmedia.com>
Thu, 20 Apr 2017 15:15:43 +0000 (11:15 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Thu, 20 Apr 2017 15:15:43 +0000 (11:15 -0400)
models/admin/management/import/members.php

index ba519e9..e6f9c86 100644 (file)
@@ -833,7 +833,7 @@ if (!$failure) {
                     'phone'          => $val['phone'],
                     'toll_free'      => $val['toll_free'],
                     'url'            => $val['url'],
-                    'email'          => $val['process_email'],
+                    'email'          => $val['member_contact_email'],
                     'logo'           => '',
                     'cc_type'        => $ccBits,
                     'notes'          => '',