diff --git a/system/sync/stp/sync_stp_vilesci_bisio.php b/system/sync/stp/sync_stp_vilesci_bisio.php
index 0eb61d435..cc13bc7cf 100644
--- a/system/sync/stp/sync_stp_vilesci_bisio.php
+++ b/system/sync/stp/sync_stp_vilesci_bisio.php
@@ -143,8 +143,8 @@
$statistik .="Fehler: $error\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 BisIO',$head_text.$text, "From: nsc@fhstp.ac.at"))
echo "Mail wurde an $to versandt
";