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:
844fa12
)
Remove extra text from array
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Mar 2016 21:37:03 +0000
(16:37 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 8 Mar 2016 21:37:03 +0000
(16:37 -0500)
causing errors
models/admin/management/import.php
patch
|
blob
|
history
diff --git
a/models/admin/management/import.php
b/models/admin/management/import.php
index
919543b
..
caf1eff
100644
(file)
--- a/
models/admin/management/import.php
+++ b/
models/admin/management/import.php
@@
-962,7
+962,7
@@
class GlmMembersAdmin_management_import
'logo' => '',
'cc_type' => $ccBits,
'notes' => '',
- 'create_time' => $val['create_date'],
updateEntry
+ 'create_time' => $val['create_date'],
'modify_time' => $val['last_update']
),
array(
@@
-1270,4
+1270,4
@@
class GlmMembersAdmin_management_import
}
-?>
\ No newline at end of file
+?>