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:
4438ec0
)
Update link length used for reading in csv files.
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Feb 2018 17:35:08 +0000
(12:35 -0500)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 9 Feb 2018 17:35:48 +0000
(12:35 -0500)
Increasing to 100000 characters.
models/admin/import/index.php
patch
|
blob
|
history
diff --git
a/models/admin/import/index.php
b/models/admin/import/index.php
index
49a49fa
..
9cf0e68
100644
(file)
--- a/
models/admin/import/index.php
+++ b/
models/admin/import/index.php
@@
-21,7
+21,7
@@
class GlmMembersAdmin_import_index
{
- const CSV_CHARS_PER_LINE =
6
000;
+ const CSV_CHARS_PER_LINE =
100
000;
/**
* WordPress Database Object
*