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

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