mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
clear nonarray error
This commit is contained in:
parent
c7f4184b69
commit
97bf8d25a1
@ -1086,6 +1086,7 @@
|
|||||||
|
|
||||||
/* _debug_array($this->prefs); */
|
/* _debug_array($this->prefs); */
|
||||||
$custom = $this->fields->read_custom_fields();
|
$custom = $this->fields->read_custom_fields();
|
||||||
|
$customfields = array();
|
||||||
while(list($x,$y) = @each($custom))
|
while(list($x,$y) = @each($custom))
|
||||||
{
|
{
|
||||||
$customfields[$y['name']] = $y['name'];
|
$customfields[$y['name']] = $y['name'];
|
||||||
|
Loading…
Reference in New Issue
Block a user