Przeglądaj źródła

fixed dbg msg in XML

Piotr Labudda 8 lat temu
rodzic
commit
c80ac3a0eb
1 zmienionych plików z 1 dodań i 1 usunięć
  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]);
 			}