Update comment message for update file.
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 18 Aug 2017 16:59:46 +0000 (12:59 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 18 Aug 2017 18:04:31 +0000 (14:04 -0400)
Updating the text comment to explain what the php update file is doing

setup/databaseScripts/update_database_V0.1.4.php

index d16fee5..22615cd 100644 (file)
@@ -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