Mailer project continued (heavy refactoring):
[mailer.git] / inc / libs / admins_functions.php
index 31cfefdd208bdf51e65d16d9a0b08b08e857bc15..beac76adc46fb8ca33bfba07566cf27db22dba00 100644 (file)
@@ -574,7 +574,7 @@ function sendAdminsEmails ($subject, $template, $content, $userid) {
        // Is the template a bug report?
        if ($template == 'admin_report_bug') {
                // Then set 'Reply-To:' again
-               $mailHeader = 'Reply-To: webmaster@mxchange.org' . chr(10);
+               $mailHeader = 'Reply-To: webmaster@mxchange.org' . PHP_EOL;
        } // END - if
 
        // Load email addresses and send away