- Funktionen können jetzt mit einem Datum versehen werden

- Aktiv-Feld bei Organisationseinheiten
This commit is contained in:
Andreas Österreicher
2009-09-08 12:40:48 +00:00
parent d8ef5fc618
commit a269c497d8
31 changed files with 7049 additions and 5840 deletions
+1 -1
View File
@@ -530,7 +530,7 @@ if ($sendmail)
{
foreach ($message as $msg)
{
$mail = new mail($msg->mailadress,'stpl@technikum-wien.at','Stundenplan update','');
$mail = new mail($msg->mailadress,'no-reply@technikum-wien.at','Stundenplan update','');
$mail->setHTMLContent($msg->message_begin.$msg->message);
if ($mail->send())
{