summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorCarson Fleming <cflems@cflems.net>2022-12-12 03:20:35 -0800
committerCarson Fleming <cflems@cflems.net>2022-12-12 03:20:35 -0800
commitd784c9eb9237dd98a1b7b415af5ab260558b30d8 (patch)
treede1df91a1e0145370817eecb2eb8e7d590c1ddbb /inc
parent65398eb82a19f3e99085c65630e9df2e3874a089 (diff)
downloadbulletin-d784c9eb9237dd98a1b7b415af5ab260558b30d8.tar.gz
No comment
Diffstat (limited to 'inc')
-rw-r--r--inc/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/functions.php b/inc/functions.php
index 4bd37af..3e77190 100644
--- a/inc/functions.php
+++ b/inc/functions.php
@@ -91,7 +91,7 @@ function bulletin_mail ($to, $subject, $body) {
//$headers = 'To: ' . $to . "\r\n";
$headers = 'From: ' . $b_config['mail_from'] . "\r\n";
$headers .= 'MIME-Version: 1.0' . "\r\n";
- $headers .= 'Content-type: text/html; charset=utf-8'
+ $headers .= 'Content-type: text/html; charset=utf-8';
return mail($to, $subject, $body, $headers);
}