git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6836 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
supershop 2009-10-09 09:50:44 +00:00
parent 45b0c566bc
commit 9e7a46a5f8

View file

@ -218,7 +218,7 @@
* @return true: error, false: no error
**/
function isError() {
return $this->errno===0 ? false : true;
return $this->errno === 0 ? false : true;
}
/**