summaryrefslogtreecommitdiff
path: root/includes/helper/email_helper.php
diff options
context:
space:
mode:
authorFelix Favre <gnomus@gnomus.de>2014-12-06 19:02:26 +0100
committerFelix Favre <gnomus@gnomus.de>2014-12-06 19:02:26 +0100
commit2f445eb90c6267a9f1055d1536838d9b3fe12f3b (patch)
treee954579afcbd6399fc8e17a4b5354f19e046e00f /includes/helper/email_helper.php
parent3973236f6e4cb76a20fca3b908afd526f293a850 (diff)
parent10d7fce163ff28da68b036bd4fae95040fd170a9 (diff)
Merge branch 'master' of github.com:engelsystem/engelsystem
Diffstat (limited to 'includes/helper/email_helper.php')
-rw-r--r--includes/helper/email_helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/helper/email_helper.php b/includes/helper/email_helper.php
index 98cfd0f3..b8ccabc4 100644
--- a/includes/helper/email_helper.php
+++ b/includes/helper/email_helper.php
@@ -13,4 +13,4 @@ function engelsystem_email($address, $title, $message) {
return mail($address, $title, $message, "Content-Type: text/plain; charset=UTF-8\r\nFrom: Engelsystem <noreply@engelsystem.de>");
}
-?> \ No newline at end of file
+?>