From: Roland Häder Date: Sun, 31 Jul 2011 20:59:08 +0000 (+0000) Subject: Typo fixed (please do so) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b189ac545e6051601d13b26558c440c0a50fc0a8;p=mailer.git Typo fixed (please do so) --- diff --git a/inc/extensions/ext-sql_patches.php b/inc/extensions/ext-sql_patches.php index 089d578a35..b6b738dffb 100644 --- a/inc/extensions/ext-sql_patches.php +++ b/inc/extensions/ext-sql_patches.php @@ -899,7 +899,7 @@ UNIQUE `earning_group_name` (`earning_group`,`earning_name`)", `earning_userid` BIGINT(20) UNSIGNED NOT NULL DEFAULT 0, `earning_active` ENUM('Y','N') NOT NULL DEFAULT 'Y', `earning_added` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, -`earning_canceled` TIMESTAMP NULL DEFAULT NULL, +`earning_cancelled` TIMESTAMP NULL DEFAULT NULL, `earning_daily_amount` SMALLINT(7) NOT NULL DEFAULT 0, `earning_points` FLOAT(20,5) NOT NULL DEFAULT 0.00000, PRIMARY KEY (`id`),