![]() |
![]() | Boolean type | ![]() |
![]() |
![]() | ![]() |
Site Admin
![]() |
![]() |
try to change following lines in XMLSchema::serializeType method:
if ($uqType == 'boolean' && !$value) { $value = 0; } elseif ($uqType == 'boolean') { $value = 1; } to if ($uqType == 'boolean' && !$value) { $value = "false"; } elseif ($uqType == 'boolean') { $value = "true"; } |
|||||||||||
|
![]() |
![]() | Thanks | ![]() |
![]() |
![]() |
Thanks for your help
![]() It works fine now with this change Bye2 |
|||||||||||
|
![]() |
![]() | Boolean type | ![]() |
|
||
![]() |
![]() |
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
