From a2244d262e334f0c5363ebbc3a13abffcf9790f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 12 Aug 2014 05:52:43 +0000 Subject: [PATCH] =?UTF-8?q?Mail=20Empf=C3=A4nger=20korrigiert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/account_deaktivierung_mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/account_deaktivierung_mail.php b/system/account_deaktivierung_mail.php index 3a971dd86..0d065008b 100644 --- a/system/account_deaktivierung_mail.php +++ b/system/account_deaktivierung_mail.php @@ -154,7 +154,7 @@ if($result = $db->db_query($qry)) $message .= "Fachhochschule Technikum Wien\n"; $message .= "Höchstädtplatz 5\n"; $message .= "1200 Wien \n"; - $to = 'wienerro@technikum-wien.at, astfaell@technikum-wien.at, rapold@technikum-wien.at'; + $to = 'wienerro@technikum-wien.at, astfaell@technikum-wien.at, ganzera@technikum-wien.at'; $mail = new mail($to,'no-reply@'.DOMAIN,'Abbrecher Information', $message); if($mail->send()) $text.="Abbrecher Infomail an $to verschickt\n";