From: Steve Sutton Date: Wed, 22 May 2019 18:33:37 +0000 (-0400) Subject: Update import script X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fc3d18909cc757f1b192d33c5fd752c971e44760;p=WP-Plugins%2Fglm-member-db-billing.git Update import script comment out stop before actual import --- diff --git a/models/admin/management/importAccounts.php b/models/admin/management/importAccounts.php index 4571e0f..862eaeb 100644 --- a/models/admin/management/importAccounts.php +++ b/models/admin/management/importAccounts.php @@ -146,7 +146,7 @@ $totalStmt = $dbh->query( $sql ); $totalMembers = $totalStmt->fetchColumn(); $importResults .= 'Total Members: ' . $totalMembers . "
"; -return false; +// return false; $sql = " SELECT M.member_id,M.billing_contact,M.account_number,