Updatevon korrigiert damit die LVPlanwartung auch bei Personen mit langen UIDs funktioniert

This commit is contained in:
oesi
2015-09-01 16:36:19 +02:00
parent 18af0ac7ba
commit 152271dfcf
+1 -1
View File
@@ -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());