mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 14:08:46 +02:00
#153 SOAP Web service broken due to violated integrity rule
SVN:trunk[761]
This commit is contained in:
@@ -603,7 +603,6 @@ class AttributeBoolean extends AttributeInteger
|
||||
|
||||
public function ScalarToSQL($value)
|
||||
{
|
||||
assert(is_bool($value));
|
||||
if ($value) return 1;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user