X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-list_coupon.php;h=3a0e4e083f14895af1f4c06cfb365fbc7043e5ed;hb=d4dd489111b2da4cbf37d1584c591d1bdbc1c518;hp=57563750dcda86621044f13d5d2148f6bf197a58;hpb=c6017cf76200e2a5e68bd1984fa2d31f0e3be9d8;p=mailer.git diff --git a/inc/modules/member/what-list_coupon.php b/inc/modules/member/what-list_coupon.php index 57563750dc..3a0e4e083f 100644 --- a/inc/modules/member/what-list_coupon.php +++ b/inc/modules/member/what-list_coupon.php @@ -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