From: Roland Häder Date: Mon, 10 Jan 2011 08:55:46 +0000 (+0000) Subject: Wrong array element fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=892e687bef863f88eaf8a550377b46c26778d87d Wrong array element fixed --- diff --git a/inc/pool/pool-bonus.php b/inc/pool/pool-bonus.php index 5e9c743b8a..fcbab85a6d 100644 --- a/inc/pool/pool-bonus.php +++ b/inc/pool/pool-bonus.php @@ -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