forked from extern/egroupware
Add @ to silence extra_fields on update if none
This commit is contained in:
parent
e7a98f2e3a
commit
93e8af054a
@ -655,7 +655,7 @@
|
||||
. "id='$id'",__LINE__,__FILE__);
|
||||
}
|
||||
|
||||
while (list($x_name,$x_value) = each($extra_fields))
|
||||
while (list($x_name,$x_value) = @each($extra_fields))
|
||||
{
|
||||
if ($this->field_exists($id,$x_name))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user