コード例 #1
0
ファイル: software.class.php プロジェクト: geldarr/hack-space
 static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
 {
     if ($item->getType() == __CLASS__) {
         $item->showMergeCandidates();
     }
     return true;
 }