Extension 'ext-coupon' moved to branch, SQLs improved:
[mailer.git] / inc / modules / member / what-unconfirmed.php
index 9f06817864c1db879a0345c6bebec93eb41712ff..2cad2b449d48c892b095099c379141d9795fa742 100644 (file)
@@ -81,7 +81,8 @@ LIMIT 1",
 } elseif (isGetRequestParameterSet('mailid')) {
        // Display regular member mail by loading its full data
        $result_data = SQL_QUERY_ESC("SELECT
-       s.id, s.subject, p.text, s.timestamp_ordered AS `timestamp`, s.cat_id, pay.price AS points, p.sender, pay.time, p.data_type
+       s.id, s.subject, p.text, s.timestamp_ordered AS `timestamp`,
+       s.cat_id, pay.price AS `points`, p.sender, pay.time, p.data_type
 FROM
        `{?_MYSQL_PREFIX?}_user_stats` AS s
 LEFT JOIN