From e70f858034e1a253ae228bbc4d01ceb53f8be186 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 18 Aug 2017 12:59:46 -0400 Subject: [PATCH] Update comment message for update file. Updating the text comment to explain what the php update file is doing --- setup/databaseScripts/update_database_V0.1.4.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/databaseScripts/update_database_V0.1.4.php b/setup/databaseScripts/update_database_V0.1.4.php index d16fee5..22615cd 100644 --- a/setup/databaseScripts/update_database_V0.1.4.php +++ b/setup/databaseScripts/update_database_V0.1.4.php @@ -5,7 +5,7 @@ * Database Update Script for version 0.1.4 */ -// Update event records with name slug for URLs +// Update new email_notification table with the old to from email from management $managementOptions = $wpdb->get_results( 'SELECT id, to_email, from_email FROM '.GLM_MEMBERS_EVENTS_PLUGIN_DB_PREFIX.'management where id = 1', ARRAY_A -- 2.17.1