From: Roland Häder Date: Thu, 17 Jan 2013 01:33:39 +0000 (+0000) Subject: Forgot this to rename X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=2e40ce926d13a6fe28fa3534f52bb4f7620ae066 Forgot this to rename --- diff --git a/inc/extensions/ext-beg.php b/inc/extensions/ext-beg.php index 1cc8918f09..b15780c27a 100644 --- a/inc/extensions/ext-beg.php +++ b/inc/extensions/ext-beg.php @@ -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'"); - 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');