소스 검색

fixed dbg msg in XML

Piotr Labudda 8 년 전
부모
커밋
c80ac3a0eb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/se-lib/XML.php

+ 1 - 1
SE/se-lib/XML.php

@@ -410,7 +410,7 @@ class XML {
 		foreach ($schema[2] as $n) {
 			if (!XML::isXsdTag($n[0], 'complexType')) continue;
 			if ($xsdType['name'] != V::get('name', '', $n[1])) continue;
-			DBG::log($n, 'array', "TODO: find system_cache__appinfo:primaryKey from complexType");
+			DBG::log($n, 'array', "find system_cache__appinfo:primaryKey from complexType");
 			if (array_key_exists('system_cache__appinfo:primaryKey', $n[1])) {
 				$xsdType['primaryKey'] = V::get('system_cache__appinfo:primaryKey', '', $n[1]);
 			}