X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fpurge%2Fpurge-unconfirmed.php;h=0371f26ca3aacd18904e9751b5f42597f80f2718;hp=847ba6c0f052a988e1c1ec983da3087523799d63;hb=63f159414369b5ea19a8ca75d8cd8033c45d8341;hpb=a454def0bfba8288ffc839d034c710f034cf4728 diff --git a/inc/purge/purge-unconfirmed.php b/inc/purge/purge-unconfirmed.php index 847ba6c0f0..0371f26ca3 100644 --- a/inc/purge/purge-unconfirmed.php +++ b/inc/purge/purge-unconfirmed.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2011 by Mailer Developer Team * + * Copyright (c) 2009 - 2012 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -79,7 +79,7 @@ ORDER BY } // END - while // Remove last comma - $userids = str_replace(', ', "\n", substr($userids, 0, -2)); + $userids = str_replace(', ', chr(10), substr($userids, 0, -2)); // Send mail notification to admin if (getConfig('ap_un_notify') == 'Y') {