From f87395c2c6c5ce2f7e8b3a0df6d2d5869f0eb63a Mon Sep 17 00:00:00 2001 From: Hector Cortez Date: Mon, 20 Jun 2011 17:56:35 -0400 Subject: [PATCH] BUG 6914 Fix Bug Adjust change width in details grids. --- gulliver/system/class.xmlform.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index 1b6215d7c..01689a69f 100644 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3025,7 +3025,8 @@ class XmlForm_Field_Grid extends XmlForm_Field $emptyValue = ''; } - $size = $this->fields[$key]->size; +// if(isset($this->fields[$key]->size)) + $size = $this->fields[$key]->size; if(!isset($size)) $size = 15; $fieldsSize += $size; $emptyRow [$key] = array ($emptyValue);