aboutsummaryrefslogtreecommitdiffstats
path: root/include/email.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/email.php')
-rw-r--r--include/email.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/email.php b/include/email.php
index a36d9adab..b34084549 100644
--- a/include/email.php
+++ b/include/email.php
@@ -205,4 +205,6 @@ function email_header_encode($in_str, $charset) {
$out_str = $start . $out_str . $end;
}
return $out_str;
-} \ No newline at end of file
+}
+
+