summaryrefslogtreecommitdiff
path: root/includes/helper
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2014-12-06 18:10:27 +0100
committerPhilip Häusler <msquare@notrademark.de>2014-12-06 18:37:39 +0100
commit57a92dbdcd1ecd27bde621e9a51dbbd11ed82845 (patch)
tree8e4dafbe9375961325d0767bd6f0c6dc778e06ac /includes/helper
parent191ba6e1b14b94a3a46c16ca488f388c82120bad (diff)
add opt-in bool for shiftinfo mails and remove icq from users
Diffstat (limited to 'includes/helper')
-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
+?>