From 932d814f7a8e54f27df4f4f1b2ed6d7a55e2e31b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 12 Oct 2002 22:39:01 +0000 Subject: [PATCH] type need to be taken from the popup and not from the menulist on import --- etemplate/inc/class.xul_io.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/etemplate/inc/class.xul_io.inc.php b/etemplate/inc/class.xul_io.inc.php index 403134a747..7474781bb6 100644 --- a/etemplate/inc/class.xul_io.inc.php +++ b/etemplate/inc/class.xul_io.inc.php @@ -483,6 +483,7 @@ if (is_array($menulist_attr)) { $attr['help'] = $attr['statustext']; unset($attr['statustext']); + unset($menulist_attr['type']); $menulist_attr += $attr; } break;