mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-20 00:12:15 +00:00
This commit is contained in:
@@ -189,7 +189,7 @@ if($result = pg_query($conn_fas, $qry))
|
||||
{
|
||||
if($rowchk2=pg_fetch_object($resultchk2))
|
||||
{
|
||||
if($dont_sync_php)
|
||||
if(!in_array($studiengang_kz, $dont_sync_php))
|
||||
{
|
||||
//update
|
||||
|
||||
|
||||
@@ -200,7 +200,7 @@ if($result = pg_query($conn_fas, $qry))
|
||||
{
|
||||
if($row2=pg_fetch_object($result2))
|
||||
{
|
||||
if($dont_sync_php)
|
||||
if(!in_array($studiengang_kz, $dont_sync_php))
|
||||
{
|
||||
//Eintrag bereits vorhanden - Eintragung in Sync-Tabelle
|
||||
|
||||
|
||||
@@ -387,7 +387,7 @@ if($result = pg_query($conn_fas, $qry))
|
||||
}
|
||||
}
|
||||
}
|
||||
if($updates && $dont_sync_php)
|
||||
if($updates && !in_array($studiengang_kz, $dont_sync_php))
|
||||
{
|
||||
$anzahl_update++;
|
||||
$qry = "UPDATE public.tbl_studentlehrverband SET".
|
||||
|
||||
Reference in New Issue
Block a user