From: Steve Sutton Date: Mon, 16 Jul 2018 17:49:01 +0000 (-0400) Subject: Correction of prefix spelling X-Git-Tag: v2.10.37^2~19 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c7296ac718c9ec62686493441446a6b467bfe541;p=WP-Plugins%2Fglm-member-db.git Correction of prefix spelling For the create file --- diff --git a/setup/databaseScripts/create_database_V1.1.37.sql b/setup/databaseScripts/create_database_V1.1.37.sql index e54ebbe0..9c248db0 100644 --- a/setup/databaseScripts/create_database_V1.1.37.sql +++ b/setup/databaseScripts/create_database_V1.1.37.sql @@ -667,7 +667,7 @@ INSERT INTO {prefix}settings_theme ---- -- Member Email Notifications -CREATE TABLE {perfix}email_notifications ( +CREATE TABLE {prefix}email_notifications ( id INT NOT NULL AUTO_INCREMENT, notification_message TEXT NULL, declined_message TEXT NULL,