type need to be taken from the popup and not from the menulist on import

This commit is contained in:
Ralf Becker 2002-10-12 22:39:01 +00:00
parent 61aa0d4c58
commit 932d814f7a

View File

@ -483,6 +483,7 @@
if (is_array($menulist_attr))
{
$attr['help'] = $attr['statustext']; unset($attr['statustext']);
unset($menulist_attr['type']);
$menulist_attr += $attr;
}
break;