From e8c4f52bedb5b72c99ffb712a7e8854011d11dd6 Mon Sep 17 00:00:00 2001 From: bnu Date: Wed, 7 Apr 2010 04:24:18 +0000 Subject: [PATCH] =?UTF-8?q?#18823681=20-=20exec=5Fhtml()=EC=97=90=EC=84=9C?= =?UTF-8?q?=20params=EA=B0=80=20=EC=97=86=EC=9D=84=20=EB=95=8C=20=EB=AC=B8?= =?UTF-8?q?=EC=A0=9C=20=EC=88=98=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/sandbox@7359 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/xml_handler.js | 1 + 1 file changed, 1 insertion(+) diff --git a/common/js/xml_handler.js b/common/js/xml_handler.js index 6f8930804..2e28edfbf 100644 --- a/common/js/xml_handler.js +++ b/common/js/xml_handler.js @@ -181,6 +181,7 @@ function xml2json(xml, tab, ignoreAttrib) { **/ $.exec_xml = window.exec_xml = function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) { var xml_path = request_uri+"index.php" + if(!params) params = {}; // {{{ set parameters if($.isArray(params)) params = arr2obj(params);