From d7cc725461760e516a88cbeb315831ea90646678 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Feb 2014 17:16:03 +0100 Subject: glpi-pdf: 0.84 --- changeset_r322.diff | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 changeset_r322.diff (limited to 'changeset_r322.diff') diff --git a/changeset_r322.diff b/changeset_r322.diff deleted file mode 100644 index f8ff15a..0000000 --- a/changeset_r322.diff +++ /dev/null @@ -1,33 +0,0 @@ -Index: trunk/inc/common.class.php -=================================================================== ---- trunk/inc/common.class.php (revision 321) -+++ trunk/inc/common.class.php (revision 322) -@@ -118,7 +118,7 @@ - **/ - function getTabNameForItem(CommonGLPI $item, $withtemplate=0) { - global $LANG; -- -+ - if(!isset($withtemplate) || empty($withtemplate)) { - return $LANG['plugin_pdf']['title'][1]; - } -@@ -310,6 +310,7 @@ - - if (!is_integer($itemtype) - && $itemtype != 'empty' -+ && method_exists($itemtype, "displayTabContentForPdf") - && ($obj = getItemForItemtype($itemtype))) { - if ($obj->displayTabContentForPdf($this->pdf, $this->obj, $tabnum)) { - continue; -Index: trunk/inc/computer.class.php -=================================================================== ---- trunk/inc/computer.class.php (revision 321) -+++ trunk/inc/computer.class.php (revision 322) -@@ -44,6 +44,7 @@ - - $onglets = parent::defineAllTabs($options); - unset($onglets['OcsLink$1']); // TODO add method to print OCS -+ unset($onglets['Item_Problem$1']); // TODO add method to print linked Problems - return $onglets; - } - -- cgit