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