mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user