From a4e35793ffc1d7437bc98da3cdb98aed1dde4c84 Mon Sep 17 00:00:00 2001 From: Gerald Raab Date: Tue, 14 Aug 2007 14:40:03 +0000 Subject: [PATCH] i --- system/sync/fas/sync_fas_vilesci_note_stg.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/sync/fas/sync_fas_vilesci_note_stg.php b/system/sync/fas/sync_fas_vilesci_note_stg.php index ed47af492..26edfdf73 100755 --- a/system/sync/fas/sync_fas_vilesci_note_stg.php +++ b/system/sync/fas/sync_fas_vilesci_note_stg.php @@ -10,8 +10,8 @@ require_once('../../../vilesci/config.inc.php'); require_once('../../../include/zeugnisnote.class.php'); require_once('../../../include/pruefung.class.php'); - //$adress='fas_sync@technikum-wien.at'; - $adress='raab@technikum-wien.at'; + $adress='fas_sync@technikum-wien.at'; + //$adress='raab@technikum-wien.at'; $conn=pg_connect(CONN_STRING) or die("Connection zur Portal Datenbank fehlgeschlagen"); $conn_fas=pg_connect(CONN_STRING_FAS) or die("Connection zur Vilesci Datenbank fehlgeschlagen");