BUG 9508 I changed the variable name

I changed thevariable name adjustgridswith for adjustgridswidth
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-10-04 15:33:11 -04:00
parent 1d8b2671c1
commit ac920502cf
5 changed files with 11 additions and 13 deletions

View File

@@ -3297,7 +3297,7 @@ class XmlForm_Field_Grid extends XmlForm_Field
$emptyRow [$key] = array ($emptyValue);
}
if (isset($owner->adjustgridswith) && $owner->adjustgridswith == '1') {
if (isset($owner->adjustgridswidth) && $owner->adjustgridswidth == '1') {
// 400w -> 34s to Firefox
// 400w -> 43s to Chrome