mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 02:39:56 +09:00
DB오류 남기는 부분의 잘못된 변수 사용 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2132 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1e0d7f8704
commit
fc6d035712
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@
|
|||
|
||||
if(__DEBUG_DB_OUTPUT__==1) {
|
||||
$debug_file = "./files/_debug_db_query.php";
|
||||
$buff = sprintf("%s\n",print_r($buff,true));
|
||||
$buff = sprintf("%s\n",print_r($str,true));
|
||||
|
||||
if($display_line) $buff = "\n====================================\n".$buff."------------------------------------\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue