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

This commit is contained in:
zero 2007-05-28 06:41:26 +00:00
parent 76cc271240
commit 222720e4d4
6 changed files with 225 additions and 24 deletions

View file

@ -33,7 +33,7 @@
* @brief error 코드를 return
**/
function getError() {
return $this->error;
return $this->error;
}
/**