fix mssql error print

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6759 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-08-27 06:08:57 +00:00
parent 60968aa428
commit 218748b893

View file

@ -175,7 +175,7 @@
}
// 오류 체크
if(!$result) $this->setError(print_r(sqlsrv_errors()));
if(!$result) $this->setError(print_r(sqlsrv_errors(),true));
// 쿼리 실행 종료를 알림
$this->actFinish();