X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=inc%2Fpool%2Fpool-bonus.php;h=0787499781074d5f8224850a9426b5185c07a7ff;hb=0b7bce7f98f1e40d01146e2f30469aa814614622;hp=6baa5b7705d1b567bb09f23b13274ebc5eb00802;hpb=7c35768ae0720d683c509488bee048c507ba21f5;p=mailer.git diff --git a/inc/pool/pool-bonus.php b/inc/pool/pool-bonus.php index 6baa5b7705..0787499781 100644 --- a/inc/pool/pool-bonus.php +++ b/inc/pool/pool-bonus.php @@ -18,6 +18,7 @@ * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -71,7 +72,7 @@ if ($GLOBALS['pool_cnt'] < getConfig('max_send')) { array(bigintval($DATA['id'])), __FILE__, __LINE__); // "Explode" all receivers into an array - if (ereg(';', $DATA['receivers'])) { + if (isInString(';', $DATA['receivers'])) { // There's more than one receiver in the list... $receiverS = explode(';', $DATA['receivers']); } elseif (!empty($DATA['points'])) {