Skip to content

Commit

Permalink
Update Header
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmr committed Aug 23, 2024
1 parent aefa610 commit 3669a2d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions inc/archires.class.php
Original file line number Diff line number Diff line change
@@ -1,30 +1,29 @@
<?php

/*
* @version $Id: HEADER 15930 2011-10-30 15:47:55Z tsmr $
-------------------------------------------------------------------------
briefreports plugin for GLPI
Copyright (C) 2009-2017 by the briefreports Development Team.
archires plugin for GLPI
Copyright (C) 2009-2017 by the archires Development Team.
https://github.com/InfotelGLPI/briefreports
https://github.com/InfotelGLPI/archires
-------------------------------------------------------------------------
LICENSE
This file is part of briefreports.
This file is part of archires.
briefreports is free software; you can redistribute it and/or modify
archires is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
briefreports is distributed in the hope that it will be useful,
archires is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with briefreports. If not, see <http://www.gnu.org/licenses/>.
along with archires. If not, see <http://www.gnu.org/licenses/>.
--------------------------------------------------------------------------
*/

Expand Down Expand Up @@ -113,7 +112,7 @@ public function getTabNameForItem(CommonGLPI $item, $withtemplate = 0)
}

return self::createTabEntry(__('Network architecture', 'archires'), $total);
return '';

}

public static function displayTabContentForItem(CommonGLPI $item, $tabnum = 1, $withtemplate = 0)
Expand Down

0 comments on commit 3669a2d

Please sign in to comment.