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

@ -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;
}