mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-21 17:02:19 +00:00
This commit is contained in:
@@ -229,7 +229,7 @@ if(isset($_GET['speichern']) && isset($_GET['wtag']))
|
||||
if($vorgesetzter)
|
||||
{
|
||||
$to='';
|
||||
/*foreach($ma->vorgesetzte as $vg)
|
||||
foreach($ma->vorgesetzte as $vg)
|
||||
{
|
||||
if($to!='')
|
||||
{
|
||||
@@ -239,8 +239,8 @@ if(isset($_GET['speichern']) && isset($_GET['wtag']))
|
||||
{
|
||||
$to.=$vg.'@'.DOMAIN;
|
||||
}
|
||||
}*/
|
||||
$to = 'ruhan@technikum-wien.at';
|
||||
}
|
||||
//$to = 'ruhan@technikum-wien.at';
|
||||
$benutzer = new benutzer($conn);
|
||||
$benutzer->load($uid);
|
||||
$message = "Dies ist eine automatische Mail! \n".
|
||||
|
||||
Reference in New Issue
Block a user