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