From: Steve Sutton Date: Thu, 29 Jun 2017 12:36:03 +0000 (-0400) Subject: Update with comments X-Git-Tag: v2.10.0^2~11^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2a4aebf66abc2381ae10aa341fa5ad4c84f4ac56;p=WP-Plugins%2Fglm-member-db.git Update with comments Just adding small comments. --- diff --git a/models/admin/import/index.php b/models/admin/import/index.php index 1c12f176..f009a3ba 100644 --- 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