From: Steve Sutton Date: Mon, 12 Jun 2017 16:27:18 +0000 (-0400) Subject: Add cc_type X-Git-Tag: v2.10.0^2~11^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=bbb4d0a64d0013cf54e66a70ef531b22748350dc;p=WP-Plugins%2Fglm-member-db.git Add cc_type Not sure if this will help out an issue I'm having with the member map. --- diff --git a/models/admin/import/index.php b/models/admin/import/index.php index a056bfee..9ff02e37 100644 --- a/models/admin/import/index.php +++ b/models/admin/import/index.php @@ -530,6 +530,7 @@ class GlmMembersAdmin_import_index 'notes' => '', 'create_time' => date( 'Y-m-d' ), 'modify_time' => date( 'Y-m-d' ), + 'cc_type' => 0, ), array( '%d', @@ -556,6 +557,7 @@ class GlmMembersAdmin_import_index '%s', '%s', '%s', + '%d', ) ); if ( !$insert ) {