mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
Obsoleted the SibusQL and the keyword pkey (still allowed as a placeholder in the templates)
SVN:trunk[372]
This commit is contained in:
@@ -446,7 +446,7 @@ function DisplayRelationDetails($oPage, $sRelCode)
|
||||
$bPropagate = $aQuery['bPropagate'] ? "Propagate" : "Do not propagate";
|
||||
$iDistance = $aQuery['iDistance'];
|
||||
|
||||
$oPage->add("<li>$sRelKey: $bPropagate ($iDistance) ".DBObjectSearch::SibuSQLAsHtml($sQuery)."</li>\n");
|
||||
$oPage->add("<li>$sRelKey: $bPropagate ($iDistance) ".$sQuery."</li>\n");
|
||||
}
|
||||
$oPage->add("</ul>\n");
|
||||
$oPage->add("</li>\n");
|
||||
|
||||
Reference in New Issue
Block a user