]> git.mxchange.org Git - mailer.git/commitdiff
Wrong array element fixed
authorRoland Häder <roland@mxchange.org>
Mon, 10 Jan 2011 08:55:46 +0000 (08:55 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 10 Jan 2011 08:55:46 +0000 (08:55 +0000)
inc/pool/pool-bonus.php

index 5e9c743b8a7a32cbd421fe00f8c1ee5356e9a5d1..fcbab85a6de60add0b4f9ef7664b2733d26ea96b 100644 (file)
@@ -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