This commit is contained in:
Rudolf Hangl
2007-02-23 14:30:19 +00:00
parent 4f1e3e87a7
commit 4a38ef9a45
+2 -2
View File
@@ -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