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:
clench 2009-03-13 04:40:31 +00:00
parent ed53a57a5d
commit 7ba0f7e127

View file

@ -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";