mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
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:
parent
60968aa428
commit
218748b893
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@
|
|||
}
|
||||
|
||||
// 오류 체크
|
||||
if(!$result) $this->setError(print_r(sqlsrv_errors()));
|
||||
if(!$result) $this->setError(print_r(sqlsrv_errors(),true));
|
||||
|
||||
// 쿼리 실행 종료를 알림
|
||||
$this->actFinish();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue