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:
dd0d4f8
)
Update with comments
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 29 Jun 2017 12:36:03 +0000
(08:36 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 29 Jun 2017 12:36:03 +0000
(08:36 -0400)
Just adding small comments.
models/admin/import/index.php
patch
|
blob
|
history
diff --git
a/models/admin/import/index.php
b/models/admin/import/index.php
index
1c12f17
..
f009a3b
100644
(file)
--- a/
models/admin/import/index.php
+++ b/
models/admin/import/index.php
@@
-14,8
+14,8
@@
*/
/*
- * This class performs the work for the default action of the "
Members
" menu
- * option
, which is to display the members dashboard
.
+ * This class performs the work for the default action of the "
Import
" menu
+ * option.
*
*/
class GlmMembersAdmin_import_index
@@
-307,6
+307,7
@@
class GlmMembersAdmin_import_index
'type' => 'member',
),
);
+ // Setting readyToProcess to false (initialize)
$readyToProcess = false;
// Set the $option if found in $_REQUEST array