removed comments
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 26 Oct 2015 20:44:09 +0000 (16:44 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 26 Oct 2015 20:44:09 +0000 (16:44 -0400)
classes/glmPluginSupport.php
glm-member-db.php

index 50cf02e..5bb4a54 100644 (file)
@@ -230,7 +230,7 @@ class GlmPluginSupport
 
         // If glmMembersDatabaseDbVersion is not set, install current version
         if (!$dbVersion) {
-echo "111";
+
             // If $option is not 'install', then don't do it;
             if ($option != 'install') {
                 return false;
@@ -277,7 +277,7 @@ echo "111";
 
         // Otherwise, check if we need to update the database
         } elseif ($dbVersion != GLM_MEMBERS_PLUGIN_DB_VERSION) {
-echo "222";
+
             // Include an admin message that we're updating the database
             $this->addNotice('<b>The '.GLM_MEMBERS_PLUGIN_NAME.' database tables require updating...</b>');
 
index e069cf8..f5ec705 100644 (file)
@@ -3,7 +3,7 @@
  * Plugin Name: GLM Members Database
  * Plugin URI: http://www.gaslightmedia.com/
  * Description: Gaslight Media Members Database.
- * Version: 1.0.37
+ * Version: 1.0.38
  * Author: Chuck Scott
  * Author URI: http://www.gaslightmedia.com/
  * License: GPL2
@@ -19,7 +19,7 @@
  * @package glmMembersDatabase
  * @author Chuck Scott <cscott@gaslightmedia.com>
  * @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.37
+ * @version 1.0.38
  */
 
 /*