From fc6d035712f91f3c70ac268bb26cd6c9e23ded34 Mon Sep 17 00:00:00 2001 From: zero Date: Thu, 2 Aug 2007 05:39:14 +0000 Subject: [PATCH] =?UTF-8?q?DB=EC=98=A4=EB=A5=98=20=EB=82=A8=EA=B8=B0?= =?UTF-8?q?=EB=8A=94=20=EB=B6=80=EB=B6=84=EC=9D=98=20=EC=9E=98=EB=AA=BB?= =?UTF-8?q?=EB=90=9C=20=EB=B3=80=EC=88=98=20=EC=82=AC=EC=9A=A9=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/trunk@2132 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- classes/db/DB.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/db/DB.class.php b/classes/db/DB.class.php index 217aab073..64ef1b9c2 100644 --- a/classes/db/DB.class.php +++ b/classes/db/DB.class.php @@ -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";