clear nonarray error

This commit is contained in:
Miles Lott 2002-04-13 03:49:39 +00:00
parent c7f4184b69
commit 97bf8d25a1

View File

@ -1086,6 +1086,7 @@
/* _debug_array($this->prefs); */
$custom = $this->fields->read_custom_fields();
$customfields = array();
while(list($x,$y) = @each($custom))
{
$customfields[$y['name']] = $y['name'];