From f378683cab39c485d6b485c0ce54765054e098ad Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 27 Sep 2006 13:01:34 +0000 Subject: [PATCH] fixed type causing the box-options to be in the orient --- etemplate/inc/class.xul_io.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.xul_io.inc.php b/etemplate/inc/class.xul_io.inc.php index a969b3ff06..db6dd78e2d 100644 --- a/etemplate/inc/class.xul_io.inc.php +++ b/etemplate/inc/class.xul_io.inc.php @@ -246,7 +246,7 @@ case 'hbox': case 'box': case 'deck': - list($anz,$orient,$options) = split(',',$cell['size'],2); + list($anz,$orient,$options) = split(',',$cell['size'],3); for ($n = 1; $n <= $anz; ++$n) { $this->add_widget($widget,$cell[$n],$embeded_too);