From: Chuck Scott Date: Mon, 26 Oct 2015 20:44:09 +0000 (-0400) Subject: removed comments X-Git-Tag: v1.0.38^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=38741d0a8fde680ac46adf3b9b5a25366c00a3d5;p=WP-Plugins%2Fglm-member-db.git removed comments --- diff --git a/classes/glmPluginSupport.php b/classes/glmPluginSupport.php index 50cf02e3..5bb4a542 100644 --- a/classes/glmPluginSupport.php +++ b/classes/glmPluginSupport.php @@ -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('The '.GLM_MEMBERS_PLUGIN_NAME.' database tables require updating...'); diff --git a/glm-member-db.php b/glm-member-db.php index e069cf8b..f5ec7055 100644 --- a/glm-member-db.php +++ b/glm-member-db.php @@ -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 * @license http://www.gaslightmedia.com Gaslightmedia - * @version 1.0.37 + * @version 1.0.38 */ /*