Преглед изворни кода

Added info in the log (see previous changes in the setup)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@192 a333f486-631f-4898-b8df-5754b55c2be0
romainq пре 15 година
родитељ
комит
9e473777fa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup/xmldataloader.class.inc.php

+ 1 - 1
setup/xmldataloader.class.inc.php

@@ -251,7 +251,7 @@ class XMLDataLoader
 						$iExtKey = $this->GetObjectKey($sTargetClass, -$iTempKey);
 						if ($iExtKey == 0)
 						{
-							$sMsg = "unresolved extkey in $sClass::".$oTargetObj->GetName()."(".$oTargetObj->GetKey().")::$sAttCode=$sTargetClass[$iTempKey]";
+							$sMsg = "unresolved extkey in $sClass::".$oTargetObj->GetKey()."(".$oTargetObj->GetName().")::$sAttCode=$sTargetClass::$iTempKey";
 							setup_web_page::log("Warning - $sMsg");
 							echo "Warning: $sMsg<br/>\n";
 							echo "<pre>aKeys[".$sTargetClass."]:\n";