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]);
 			}