diff --git a/hook.php b/hook.php index 918c2e3..752964a 100644 --- a/hook.php +++ b/hook.php @@ -89,7 +89,7 @@ function plugin_example_giveItem($type,$ID,$data,$num) { switch ($table.'.'.$field) { case "glpi_plugin_example_examples.name" : - $out = ""; + $out = ""; $out .= $data["ITEM_$num"]; if ($_SESSION["glpiis_ids_visible"] || empty($data["ITEM_$num"])) { $out .= " (".$data["id"].")";