X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpool%2Fpool-bonus.php;h=cc404ca1f5127bba2664a95b5a65a58268fbb6f0;hb=084d9cda95dbe54a925dbe98630b5367427da3c3;hp=5e9c743b8a7a32cbd421fe00f8c1ee5356e9a5d1;hpb=d74c32ab676919eb5d8483e941f1087179af4b49;p=mailer.git diff --git a/inc/pool/pool-bonus.php b/inc/pool/pool-bonus.php index 5e9c743b8a..cc404ca1f5 100644 --- a/inc/pool/pool-bonus.php +++ b/inc/pool/pool-bonus.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -97,7 +97,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) { switch ($status) { case 'done': // Done! // Prepare the mail - $mailText = loadEmailTemplate('bonus-mail', $DATA, $userid); + $mailText = loadEmailTemplate('member_bonus_pool_normal', $DATA, $userid); // Send mail away if (isset($DATA['html_msg'])) { @@ -126,7 +126,7 @@ if ($GLOBALS['pool_cnt'] < getMaxSend()) { break; default: // Unknown return type - logDebugMessage(__FILE__, __LINE__, 'Unknown status ' . $status . ' detected. pool_id=' . $DATA['id'] . ',sender=' . $DATA['sender'] . ',stats_id=' . $stats_id); + logDebugMessage(__FILE__, __LINE__, 'Unknown status ' . $status . ' detected. pool_id=' . $DATA['id'] . ',userid=' . $DATA['userid'] . ',stats_id=' . $stats_id); break; } // END - switch } // END - if