git-svn-id: http://xe-core.googlecode.com/svn/trunk@1450 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-05-17 04:32:48 +00:00
parent db4065573b
commit 3eb1088b77
4 changed files with 18 additions and 19 deletions

View file

@ -96,7 +96,7 @@
@set_time_limit(0);
// 디버그 메세지의 양이 무척 커지기에 디버그 메세지 생성을 중단
//define('__STOP_DEBUG__', true);
define('__STOP_DEBUG__', true);
// 변수 체크
$this->module_srl = Context::get('module_srl');

View file

@ -80,10 +80,7 @@
<!-- step 2. XML 파일 지정 -->
<div id="step2" style="display:none">
<!--<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">-->
<form action="./" method="get" id="fo_step2">
<input type="hidden" name="module" value="importer" />
<input type="hidden" name="act" value="procImporterAdminImport" />
<form action="./" method="get" onsubmit="return doStep2(this)" id="fo_step2">
<input type="hidden" name="module_srl" value="" />
<input type="hidden" name="category_srl" value="" />
<input type="hidden" name="position" value="0" />

View file

@ -78,7 +78,6 @@ function doStep2(fo_obj) {
procFilter(fo_obj, import_xml);
xGetElementById('step2_status').style.display = 'block';
return false;
}