From: Chuck Scott Date: Thu, 14 Jan 2016 19:50:56 +0000 (-0500) Subject: Fixed issues with database updates X-Git-Tag: v1.1.0^2~12 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=39629e7305236f5a2c495289bd13fa684eaae48f;p=WP-Plugins%2Fglm-member-db-packaging.git Fixed issues with database updates --- diff --git a/activate.php b/activate.php index ccc381b..8d3aeca 100644 --- a/activate.php +++ b/activate.php @@ -151,5 +151,3 @@ class glmMembersPackagingPluginActivate } - -?> diff --git a/deactivate.php b/deactivate.php index ad35600..89fdcb9 100644 --- a/deactivate.php +++ b/deactivate.php @@ -59,5 +59,3 @@ class glmMembersPackagingPluginDeactivate } } - -?> \ No newline at end of file diff --git a/defines.php b/defines.php index 07ad47a..7ed4a52 100644 --- a/defines.php +++ b/defines.php @@ -55,4 +55,3 @@ $pluginsPath = str_replace(GLM_MEMBERS_PACKAGING_PLUGIN_SLUG, '', GLM_MEMBERS_PA define('GLM_MEMBERS_PACKAGING_MAIN_PLUGIN_PATH', $pluginsPath.'/glm-member-db'); define('GLM_MEMBERS_PACKAGING_PLUGIN_LIB_PATH', GLM_MEMBERS_PACKAGING_MAIN_PLUGIN_PATH.'/lib'); -?> diff --git a/glm-member-db-packaging.php b/glm-member-db-packaging.php index 24c11bd..2407f6d 100644 --- a/glm-member-db-packaging.php +++ b/glm-member-db-packaging.php @@ -1,4 +1,4 @@ -z \ No newline at end of file diff --git a/setup/databaseScripts/update_database_V1.1.0.php b/setup/databaseScripts/update_database_V1.1.0.php index 56df66f..ed8fb90 100644 --- a/setup/databaseScripts/update_database_V1.1.0.php +++ b/setup/databaseScripts/update_database_V1.1.0.php @@ -34,5 +34,3 @@ if ($packageRecords && count($packageRecords) > 0) { } } - -?> \ No newline at end of file diff --git a/uninstall.php b/uninstall.php index b6f8124..fe48ebb 100644 --- a/uninstall.php +++ b/uninstall.php @@ -23,6 +23,3 @@ if (!defined('ABSPATH')) { if (!defined('WP_UNINSTALL_PLUGIN')) { die("Sorry, uninstall must be called by WordPress!"); } - - -?>