From 2a4aebf66abc2381ae10aa341fa5ad4c84f4ac56 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 29 Jun 2017 08:36:03 -0400 Subject: [PATCH] Update with comments Just adding small comments. --- models/admin/import/index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 -- 2.17.1