X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-list_coupon.php;h=aa364d47a499d647a4be7fb395f0624f85f61b1d;hb=8202991f32bfb2056e94a11746c0b5308fe4a273;hp=cbba7c7f34ed4129366b5215fbb4382f37170583;hpb=50cf84b88ecac4d0b245ea00824c7b2f45bffcdb;p=mailer.git diff --git a/inc/modules/member/what-list_coupon.php b/inc/modules/member/what-list_coupon.php index cbba7c7f34..aa364d47a4 100644 --- a/inc/modules/member/what-list_coupon.php +++ b/inc/modules/member/what-list_coupon.php @@ -17,7 +17,7 @@ * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009 - 2011 by Mailer Developer Team * - * For more information visit: http://www.mxchange.org * + * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * @@ -47,7 +47,7 @@ addYouAreHereLink('member', __FILE__); // Continue only if the proper extension is active (admins can always continue) if ((!isExtensionActive('coupon')) && (!isAdmin())) { - displayMessage(generateExtensionInactiveNotInstalledMessage('coupon')); + displayMessage('{%pipe,generateExtensionInactiveNotInstalledMessage=coupon%}'); return; } // END - if @@ -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