git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2840 a333f486-631f-4898-b8df-5754b55c2be0
@@ -964,8 +964,8 @@ class DesignerBooleanField extends DesignerFormField
{
$sValue = utils::ReadParam($this->oForm->GetParamName($this->sCode), 'false', false, 'raw_data');
}
+ $aValues[$this->sCode] = ($sValue == 'true');
- $aValues[$this->sCode] = ($sValue == 'true');