commit | 3f3f135ed5b47fd87a59d31fb3d1a4c773dcc3b3 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Wed Sep 05 16:39:28 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Wed Sep 05 16:39:28 2012 +0300 |
tree | ccd82cd8cc94c6c7925903954f2c27cacb5d4de2 | |
parent | 9ffcee60140b20ca3ec4e7688f83a039c7c080f7 [diff] [blame] |
Misc. style changes
diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index cbb91c4..a8aaa20 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php
@@ -1359,7 +1359,7 @@ if ($type === $this->xmlrpcBoolean) { - $val = (int) (strcasecmp($val,'true') === 0 OR $val === 1 OR ($val === TRUE && strcasecmp($val, 'false'))); + $val = (int) (strcasecmp($val, 'true') === 0 OR $val === 1 OR ($val === TRUE && strcasecmp($val, 'false'))); } if ($this->mytype === 2)