]> git.mxchange.org Git - mailer.git/blobdiff - inc/purge/purge-unconfirmed.php
Mailer project continued (heavy refactoring):
[mailer.git] / inc / purge / purge-unconfirmed.php
index 106302b6542fee71b56e7a0526e02bb9da5d6d47..741db75b61517924cef73cf3a19c961832072188 100644 (file)
@@ -81,7 +81,7 @@ ORDER BY
                } // END - while
 
                // Remove last comma
-               $userids = str_replace(', ', chr(10), substr($userids, 0, -2));
+               $userids = str_replace(', ', PHP_EOL, substr($userids, 0, -2));
 
                // Send mail notification to admin
                if (getConfig('ap_un_notify') == 'Y') {