XE 버전을 1.2.4 로 올림 (몇군데 debugPrint 개발코드 제거)

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6671 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-06-25 08:46:31 +00:00
parent 53f3d8c0da
commit 7e51e60af8
3 changed files with 1 additions and 3 deletions

View file

@ -13,7 +13,7 @@
* @brief XE의 전체 버전 표기
* 파일의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야
**/
define('__ZBXE_VERSION__', '1.2.3');
define('__ZBXE_VERSION__', '1.2.4');
/**
* @brief zbXE가 설치된 장소의 base path를 구함

View file

@ -616,7 +616,6 @@
$ek_args->var_default = '';
$ek_args->eid = $val->eid;
$output = executeQuery('document.insertDocumentExtraKey', $ek_args);
debugPrint($output);
$extra_keys[$ek_args->eid] = true;
}

View file

@ -159,7 +159,6 @@
// request argument 추출
$args = Context::gets('parent_srl','target_srl','source_srl');
debugPrint($args);
// 노드 정보 구함
$output = executeQuery('wiki.getTreeNode', $args);