diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-12 17:16:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-12 17:16:03 +0100 |
commit | d7cc725461760e516a88cbeb315831ea90646678 (patch) | |
tree | 51fc5697fc66684800ea99260455a69be3899b4a /changeset_r322.diff | |
parent | d3290a2f05f1f68834b1a449892f9ea057079f2f (diff) |
glpi-pdf: 0.84
Diffstat (limited to 'changeset_r322.diff')
-rw-r--r-- | changeset_r322.diff | 33 |
1 files changed, 0 insertions, 33 deletions
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; - } - |