]> git.mxchange.org Git - mailer.git/commitdiff
Aliasing should be avoided, better we rename the column or/and use direct column...
authorRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 17:46:38 +0000 (17:46 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Aug 2010 17:46:38 +0000 (17:46 +0000)
inc/modules/member/what-unconfirmed.php

index ffa88d7eac8e003f866402f1a5f3e388b45ff068..88baece6e6380b2eb99937116a706fa1bf6cadea 100644 (file)
@@ -51,7 +51,7 @@ addMenuDescription('member', __FILE__);
 if ((isGetRequestParameterSet('bonusid')) && (isExtensionActive('bonus'))) {
        // Display bonus mail by loading it's full data
        $result_data = SQL_QUERY_ESC("SELECT
-       `id`, `subject`, `timestamp`, `cat_id` AS `category`, `points`, `text`, `is_notify`, `data_type`, `time`, `url`
+       `id`, `subject`, `timestamp`, `cat_id`, `points`, `text`, `is_notify`, `data_type`, `time`, `url`
 FROM
        `{?_MYSQL_PREFIX?}_bonus`
 WHERE