#153 SOAP Web service broken due to violated integrity rule

SVN:trunk[761]
This commit is contained in:
Romain Quetiez
2010-09-05 07:29:33 +00:00
parent 8926e64bc2
commit b49373b959
2 changed files with 5 additions and 6 deletions

View File

@@ -603,7 +603,6 @@ class AttributeBoolean extends AttributeInteger
public function ScalarToSQL($value)
{
assert(is_bool($value));
if ($value) return 1;
return 0;
}