From e0bd06646404868b8d940544a764bdda0600fc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Fri, 30 Nov 2007 13:45:16 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_benutzer.php | 2 +- system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php | 10 +++++++++- system/sync/stp/sync_stp_vilesci_mitarbeiter.php | 2 +- system/sync/stp/sync_stp_vilesci_student.php | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/system/sync/stp/sync_stp_vilesci_benutzer.php b/system/sync/stp/sync_stp_vilesci_benutzer.php index d65561af9..c80866e34 100644 --- a/system/sync/stp/sync_stp_vilesci_benutzer.php +++ b/system/sync/stp/sync_stp_vilesci_benutzer.php @@ -11,7 +11,7 @@ require_once('../../../include/benutzer.class.php'); //$adress='pam@technikum-wien.at'; - $adress='oesi@technikum-wien.at'; + //$adress='oesi@technikum-wien.at'; //$adress='ruhan@technikum-wien.at'; if(!$conn = pg_pconnect(CONN_STRING)) diff --git a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php index 628d10f42..5c3fd18b3 100644 --- a/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php +++ b/system/sync/stp/sync_stp_vilesci_lehrveranstaltung.php @@ -4,6 +4,14 @@ // StPoelten -> VILESCI // setzt vorraus: - tbl_sprache // - tbl_studiengang +// +// Beschreibung: +// Das Semester der Lehrveranstaltungen wird ueber die Tabelle +// Studienplaneintrag ermittelt. Bei Lehrveranstaltungen die nicht in der Tabelle +// Studienplaneintrag vorkommen wird das Semester ueber die Tabelle SemesterplanEintrag +// ermittelt. +// LVs die weder in der Tabelle Studienplaneintrag noch in der Tabelle Semesterplaneintrag +// vorhanden sind werden im 0ten Semester angelegt. // ************************************** require_once('sync_config.inc.php'); require_once('../../../include/lehrveranstaltung.class.php'); @@ -11,7 +19,7 @@ require_once('../../../include/lehrfach.class.php'); //$adress='pam@technikum-wien.at'; - $adress='oesi@technikum-wien.at'; + //$adress='oesi@technikum-wien.at'; //$adress='ruhan@technikum-wien.at'; //$conn=pg_connect(CONN_STRING); diff --git a/system/sync/stp/sync_stp_vilesci_mitarbeiter.php b/system/sync/stp/sync_stp_vilesci_mitarbeiter.php index 85992d10c..f9ee5c0af 100644 --- a/system/sync/stp/sync_stp_vilesci_mitarbeiter.php +++ b/system/sync/stp/sync_stp_vilesci_mitarbeiter.php @@ -12,7 +12,7 @@ require_once('../../../include/mitarbeiter.class.php'); //$adress='pam@technikum-wien.at'; - $adress='oesi@technikum-wien.at'; + //$adress='oesi@technikum-wien.at'; //$adress='ruhan@technikum-wien.at'; if(!$conn = pg_pconnect(CONN_STRING)) diff --git a/system/sync/stp/sync_stp_vilesci_student.php b/system/sync/stp/sync_stp_vilesci_student.php index ceebf03ff..2542be1de 100644 --- a/system/sync/stp/sync_stp_vilesci_student.php +++ b/system/sync/stp/sync_stp_vilesci_student.php @@ -17,7 +17,7 @@ require_once('../../../include/lehrverband.class.php'); //$adress='pam@technikum-wien.at'; - $adress='oesi@technikum-wien.at'; + //$adress='oesi@technikum-wien.at'; //$adress='ruhan@technikum-wien.at'; if(!$conn = pg_pconnect(CONN_STRING))