captcha Javascript 오류 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5823 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-03-10 04:37:11 +00:00
parent 834bbb131a
commit 765af8d6de

View file

@ -35,7 +35,7 @@ var calledArgs = null;
captchaXE.exec= function(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj) {
if(act == 'procBoardInsertDocument' || act == 'procBoardInsertComment' || act == 'procIssuetrackerInsertIssue' || act == 'procIssuetrackerInsertHistory') {
oldExecXml('captcha','setCaptchaSession',new Array(),this.show,new Array('error','message','about','keyword'));
calledArgs = args;
calledArgs = {'module':module,'act':act,'params':params,'callback_func':callback_func,'response_tags':response_tags,'callback_func_arg':callback_func_arg,'fo_obj':fo_obj}
return true;
} else {
oldExecXml(module, act, params, callback_func, response_tags, callback_func_arg, fo_obj);