This commit is contained in:
Rudolf Hangl
2007-07-05 14:48:53 +00:00
parent ecca31ba6f
commit 3e61ef5a6d
3 changed files with 3 additions and 3 deletions
@@ -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
+1 -1
View File
@@ -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".