r8045 보완

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8046 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2011-01-21 10:00:09 +00:00
parent a3a7cd95ba
commit 7a1c8b15da

View file

@ -155,7 +155,7 @@
$this->actStart($query);
// 쿼리 문 실행
$result = @$this->mysql_query($query, $this->fd);
$result = @mysql_query($query, $this->fd);
// 오류 체크
if(mysql_error($this->fd)) $this->setError(mysql_errno($this->fd), mysql_error($this->fd));