mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 11:19:56 +09:00
DB쿼리 오류 표시 하는 상수명 오류 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2068 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c9429067b1
commit
ac5de39b31
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@
|
|||
if($this->isError()) {
|
||||
$str .= sprintf("\t Query Failed : %d\n\t\t\t %s\n", $this->errno, $this->errstr);
|
||||
|
||||
if(__DEBUG_DB_OUTPUT==1) {
|
||||
if(__DEBUG_DB_OUTPUT__==1) {
|
||||
$debug_file = "./files/_debug_db_query.php";
|
||||
$buff = sprintf("%s\n",print_r($buff,true));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue