mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Keep ID out of customfield history change list
This commit is contained in:
parent
ff84674275
commit
f2ae317771
@ -97,6 +97,11 @@ class admin_cmd_customfield extends admin_cmd
|
||||
unset($set[$key]);
|
||||
unset($old[$key]);
|
||||
}
|
||||
else
|
||||
{
|
||||
// Make sure it's a string, not an int
|
||||
$set[$key] = ''.$value;
|
||||
}
|
||||
}
|
||||
}
|
||||
$this->set = $set;
|
||||
|
Loading…
Reference in New Issue
Block a user