projects
/
WP-Plugins
/
glm-member-db.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
713e676
)
Add cc_type
author
Steve Sutton
<steve@gaslightmedia.com>
Mon, 12 Jun 2017 16:27:18 +0000
(12:27 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Mon, 12 Jun 2017 16:27:18 +0000
(12:27 -0400)
Not sure if this will help out an issue I'm having with the member map.
models/admin/import/index.php
patch
|
blob
|
history
diff --git
a/models/admin/import/index.php
b/models/admin/import/index.php
index
a056bfe
..
9ff02e3
100644
(file)
--- 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 ) {