mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-31 02:21:28 +01:00
point to correct function
This commit is contained in:
parent
0403808c94
commit
86ab1d83f2
@ -1331,7 +1331,7 @@
|
||||
}
|
||||
$fields['adr_two_type'] = substr($typeb,0,-1);
|
||||
|
||||
$custom = $this->read_custom_fields();
|
||||
$custom = $this->fields->read_custom_fields();
|
||||
while(list($name,$val) = @each($custom))
|
||||
{
|
||||
$fields[$name] = $entry[$val];
|
||||
|
Loading…
Reference in New Issue
Block a user