Update with comments
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jun 2017 12:36:03 +0000 (08:36 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Jun 2017 12:36:03 +0000 (08:36 -0400)
Just adding small comments.

models/admin/import/index.php

index 1c12f17..f009a3b 100644 (file)
@@ -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