From: Steve Sutton Date: Fri, 18 Aug 2017 16:59:46 +0000 (-0400) Subject: Update comment message for update file. X-Git-Tag: v1.6.58^2~2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e70f858034e1a253ae228bbc4d01ceb53f8be186;p=WP-Plugins%2Fglm-member-db-events.git Update comment message for update file. Updating the text comment to explain what the php update file is doing --- 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