// 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;
// 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>');
* 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
* @package glmMembersDatabase
* @author Chuck Scott <cscott@gaslightmedia.com>
* @license http://www.gaslightmedia.com Gaslightmedia
- * @version 1.0.37
+ * @version 1.0.38
*/
/*