static function displayTabContentForItem(CommonGLPI $item, $tabnum=1, $withtemplate=0) { if ($item->getID() > 0) { $pmContact = new PluginMonitoringContact(); $pmContact->showForm(0); } return true; }
function plugin_headings_monitoring_contacts($item) { $pmContact = new PluginMonitoringContact(); $pmContact->showForm(0); }