From 4a38ef9a45fb7c5b9ce31d0e92976a670e18248c Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Fri, 23 Feb 2007 14:30:19 +0000 Subject: [PATCH] --- admin/sync/fas/sync_fas_vilesci_student.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/sync/fas/sync_fas_vilesci_student.php b/admin/sync/fas/sync_fas_vilesci_student.php index 86497c498..96514c207 100644 --- a/admin/sync/fas/sync_fas_vilesci_student.php +++ b/admin/sync/fas/sync_fas_vilesci_student.php @@ -6,7 +6,7 @@ */ /** * Synchronisiert Studentendatensaetze von FAS DB in PORTAL DB - *benötigt: tbl_nation, tbl_sprache, tbl_studiengang + * benötigt: tbl_nation, tbl_sprache, tbl_studiengang * benötigt: tbl_syncperson */ require_once('../../../vilesci/config.inc.php'); @@ -144,7 +144,7 @@ if($resultp = pg_query($conn_fas, $qry)) { if($rowstg = pg_fetch_object($resultstg)) { - $studstg1=strtoupper((trim($rowstg->typ)).trim($rowstg->kurzbz); + $studstg1=strtoupper(trim($rowstg->typ)).trim($rowstg->kurzbz); } } else