]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/member/what-list_coupon.php
More EL code, some templates renamed:
[mailer.git] / inc / modules / member / what-list_coupon.php
index 57563750dcda86621044f13d5d2148f6bf197a58..3a0e4e083f14895af1f4c06cfb365fbc7043e5ed 100644 (file)
@@ -56,7 +56,10 @@ $result = SQL_QUERY_ESC("SELECT
        UNIX_TIMESTAMP(u.`cashed_on`) AS `cashed_on`,
        UNIX_TIMESTAMP(d.`coupon_created`) AS `coupon_created`,
        UNIX_TIMESTAMP(d.`coupon_expired`) AS `coupon_expired`,
-       d.`points`, d.`total_created`, d.`total_cashed`, d.`coupon_description`
+       d.`points`,
+       d.`total_created`,
+       d.`total_cashed`,
+       d.`coupon_description`
 FROM
        `{?_MYSQL_PREFIX?}_user_coupons` AS u
 INNER JOIN