]> git.mxchange.org Git - mailer.git/commitdiff
Forgot this to rename
authorRoland Häder <roland@mxchange.org>
Thu, 17 Jan 2013 01:33:39 +0000 (01:33 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 17 Jan 2013 01:33:39 +0000 (01:33 +0000)
inc/extensions/ext-beg.php

index 1cc8918f09412e7ba04fcfd47714c9963931e8ef..b15780c27aea76c8c3b13d028c22d337c6d036ad 100644 (file)
@@ -207,7 +207,7 @@ INDEX (`userid`)",
                        case '0.1.7': // SQL queries for v0.1.7
                                addConfigAddSql('beg_rallye_enable_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
                                addConfigAddSql('beg_rallye_disable_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
                        case '0.1.7': // SQL queries for v0.1.7
                                addConfigAddSql('beg_rallye_enable_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
                                addConfigAddSql('beg_rallye_disable_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
-                               addConfigAddSql('beg_new_mem_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
+                               addConfigAddSql('beg_new_member_notify', "ENUM('Y','N') NOT NULL DEFAULT 'N'");
                                addConfigAddSql('beg_notify_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
                                addConfigAddSql('beg_notify_wait', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 30');
                                addExtensionAddTableColumnSql('user_data', 'beg_ral_notify', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 0');
                                addConfigAddSql('beg_notify_bonus', 'FLOAT(20,5) UNSIGNED NOT NULL DEFAULT 0.00000');
                                addConfigAddSql('beg_notify_wait', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 30');
                                addExtensionAddTableColumnSql('user_data', 'beg_ral_notify', 'BIGINT(20) UNSIGNED NOT NULL DEFAULT 0');