git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2154 a333f486-631f-4898-b8df-5754b55c2be0
@@ -1125,6 +1125,11 @@ class AttributeBoolean extends AttributeInteger
if ($value) return 1;
return 0;
}
+
+ public function GetAsXML($sValue, $oHostObject = null)
+ {
+ return $sValue ? '1' : '0';
+ }
/**