From 12064a17820daa5e28167992253ff745aa7b8e53 Mon Sep 17 00:00:00 2001 From: Rudolf Hangl Date: Fri, 15 Feb 2008 16:02:26 +0000 Subject: [PATCH] --- system/sync/stp/sync_stp_vilesci_prestudent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sync/stp/sync_stp_vilesci_prestudent.php b/system/sync/stp/sync_stp_vilesci_prestudent.php index 1c4d2595e..22bf4886e 100644 --- a/system/sync/stp/sync_stp_vilesci_prestudent.php +++ b/system/sync/stp/sync_stp_vilesci_prestudent.php @@ -445,7 +445,7 @@ if($result = pg_query($conn, $qry)) } if($qry_ins!='') { - $qry_ins.="UPDATE public.tbl_prestudentrolle SET ".$qry_ins."updateamum=now(), updatevon='SYNC' + $qry_ins="UPDATE public.tbl_prestudentrolle SET ".$qry_ins."updateamum=now(), updatevon='SYNC' WHERE prestudent_id='".$prestudent_id."' AND rolle_kurzbz='".$rolle."' AND studiensemester_kurzbz='".$Kalender."';"; } }