git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1160 a333f486-631f-4898-b8df-5754b55c2be0
@@ -1940,7 +1940,7 @@ EOF
if (count($aFields) > 0)
{
- $sMessage = "Error: Circular dependencies between the fields ! <pre>".print_r($aFields, true)."</pre>";
+ $sMessage = "Error: Circular dependencies between the fields (or field missing in ZList) ! <pre>".print_r($aFields, true)."</pre>";
throw(new Exception($sMessage));
}
return $aResult;