mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
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:
parent
53f3d8c0da
commit
7e51e60af8
3 changed files with 1 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
|||
* @brief XE의 전체 버전 표기
|
||||
* 이 파일의 수정이 없더라도 공식 릴리즈시에 수정되어 함께 배포되어야 함
|
||||
**/
|
||||
define('__ZBXE_VERSION__', '1.2.3');
|
||||
define('__ZBXE_VERSION__', '1.2.4');
|
||||
|
||||
/**
|
||||
* @brief zbXE가 설치된 장소의 base path를 구함
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,6 @@
|
|||
|
||||
// request argument 추출
|
||||
$args = Context::gets('parent_srl','target_srl','source_srl');
|
||||
debugPrint($args);
|
||||
|
||||
// 노드 정보 구함
|
||||
$output = executeQuery('wiki.getTreeNode', $args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue