diff --git a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php
index 5c3fd18b3..4f410df4e 100644
--- a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php
+++ b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php
@@ -415,8 +415,8 @@
$statistik .="Fehler beim Aktualisieren von LF: $update_lf_error\n\n";
$text = $statistik."\n\n".$text;
- $to = 'oesi@technikum-wien.at';
- //$to = $adress_ext;
+ //$to = 'oesi@technikum-wien.at';
+ $to = $adress_ext;
if(mail($to, 'SYNC Lehrveranstaltung',$head_text.$text, "From: vilesci@technikum-wien.at"))
echo "Mail wurde an $to versandt
";