From b189ac545e6051601d13b26558c440c0a50fc0a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 31 Jul 2011 20:59:08 +0000 Subject: [PATCH] Typo fixed (please do so) --- inc/extensions/ext-sql_patches.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`), -- 2.39.5