mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1845 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4378634e2
commit
3aa0e229b2
7 changed files with 25 additions and 15 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$oDB = &DB::getInstance();
|
||||
|
||||
// DB접속이 가능한지 체크
|
||||
if(!$oDB->isConnected()) return new Object(-1, 'msg_dbconnect_failed');
|
||||
if(!$oDB->isConnected()) return $oDB->getError();
|
||||
|
||||
$oDB->begin();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue