]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-unconfirmed.php
mailer project continued:
[mailer.git] / inc / purge / purge-unconfirmed.php
index 847ba6c0f052a988e1c1ec983da3087523799d63..0371f26ca3aacd18904e9751b5f42597f80f2718 100644 (file)
@@ -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') {