From dd2191791091c0784ef7a106d0190f4924416400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 30 Nov 2007 13:46:22 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

";