Continuing the integration of the new data model...

SVN:trunk[539]
This commit is contained in:
Denis Flaven
2010-07-03 12:56:50 +00:00
parent b57015d7ba
commit 223704ca4a
16 changed files with 327 additions and 57 deletions

View File

@@ -301,7 +301,7 @@ switch($operation)
$oSet = new CMDBObjectSet($oFilter);
while( $oObj = $oSet->fetch())
{
$oPage->add('<option title="Here is more information..." value="'.$oObj->GetKey().'">'.$oObj->GetDisplayName().'</option>');
$oPage->add('<option title="Here is more information..." value="'.$oObj->GetKey().'">'.$oObj->GetName().'</option>');
}
break;