X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-order.php;h=8d13c9051edba6dafd0f8328fe2093749f054608;hb=701f5ac005404813e0e546102b5821f2ba2af522;hp=eb5511c230cdb585a46e4f442aa38b57401b0c11;hpb=3daede4c904e23905c3e48dd6749019deca0a0e0;p=mailer.git diff --git a/inc/modules/member/what-order.php b/inc/modules/member/what-order.php index eb5511c230..8d13c9051e 100644 --- a/inc/modules/member/what-order.php +++ b/inc/modules/member/what-order.php @@ -620,9 +620,9 @@ LIMIT 1", array(bigintval($ucat)), __FILE__, __LINE__); // Pre-output categories $CAT = ""; foreach ($CATS['id'] as $key => $value) { - $CAT .= " \n"; } // END - foreach // Mail type @@ -631,9 +631,9 @@ LIMIT 1", array(bigintval($ucat)), __FILE__, __LINE__); $P = TRANSLATE_COMMA($typeS[$key][1]); if (is_array($value)) { // Output option line - $type .= " \n"; } // END - if } // END - foreach @@ -700,15 +700,15 @@ LIMIT 1", array(bigintval($ucat)), __FILE__, __LINE__); } } else { // No mail types defined - OUTPUT_HTML("".MEMBER_NO_PAYMENTS.""); + OUTPUT_HTML("".MEMBER_NO_PAYMENTS.""); } } else { // No points left! - OUTPUT_HTML("".MEMBER_NO_POINTS.""); + OUTPUT_HTML("".MEMBER_NO_POINTS.""); } } else { // No cateogries are defined yet - OUTPUT_HTML("".MEMBER_NO_CATS.""); + OUTPUT_HTML("".MEMBER_NO_CATS.""); } } elseif ($mmails == "0") { // Please set more than 0 mails per day!