mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
actFinish() 함수에서 쿼리오류 발생시 $str 변수를 로그에 기록하는 문제점
$str 변수를 $log로 수정함 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5872 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ed53a57a5d
commit
7ba0f7e127
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@
|
|||
|
||||
if(__DEBUG_DB_OUTPUT__ == 1) {
|
||||
$debug_file = _XE_PATH_."files/_debug_db_query.php";
|
||||
$buff = sprintf("%s\n",print_r($str,true));
|
||||
$buff = sprintf("%s\n",print_r($log,true));
|
||||
|
||||
if($display_line) $buff = "\n<?php\n/*\n====================================\n".$buff."------------------------------------\n*/\n?>\n";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue