point to correct function

This commit is contained in:
Miles Lott 2002-04-18 23:32:48 +00:00
parent 0403808c94
commit 86ab1d83f2

View File

@ -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];