- Fix the dialog to manage n-n links: don't display again objects that are already linked.

- Now use OQL instead of SibusQL

SVN:trunk[222]
This commit is contained in:
Denis Flaven
2010-01-03 13:39:56 +00:00
parent 015f44784d
commit 95b1ce9030
2 changed files with 3 additions and 3 deletions

View File

@@ -262,7 +262,7 @@ switch($operation)
break;
case 'combo_options':
$oFilter = CMDBSearchFilter::FromSibusQL($sFilter);
$oFilter = CMDBSearchFilter::FromOQL($sFilter);
$oSet = new CMDBObjectSet($oFilter);
while( $oObj = $oSet->fetch())
{