From 57a92dbdcd1ecd27bde621e9a51dbbd11ed82845 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sat, 6 Dec 2014 18:10:27 +0100 Subject: add opt-in bool for shiftinfo mails and remove icq from users --- includes/helper/email_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/helper') 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 "); } -?> \ No newline at end of file +?> -- cgit v1.2.3-54-g00ecf