mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
Updatevon korrigiert damit die LVPlanwartung auch bei Personen mit langen UIDs funktioniert
This commit is contained in:
@@ -184,7 +184,7 @@ if ($insert)
|
||||
else
|
||||
$qry.="NULL,";
|
||||
|
||||
$qry.=$db->db_add_param($leid, FHC_INTEGER).",'".$user." via LVPlanWartung','".$user." via LVPlanWartung');";
|
||||
$qry.=$db->db_add_param($leid, FHC_INTEGER).",'".$user."','".$user."');";
|
||||
|
||||
if(!$result_insert=$db->db_query($qry))
|
||||
die ("DB Fehler $qry" .' '.$db->db_last_error());
|
||||
|
||||
Reference in New Issue
Block a user