Fix: remove obsolete tags (in progress)

This commit is contained in:
Regis Houssin
2011-08-27 14:24:16 +00:00
parent 38b5347d07
commit 726d9581dd
538 changed files with 869 additions and 1160 deletions

View File

@@ -14,15 +14,14 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* $Id: mantis.php,v 1.8 2011/07/31 23:24:38 eldy Exp $
*/
/** \file htdocs/mantis/mantis.php
\ingroup mantis
\brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis
\author Laurent Destailleur
\version $Revision: 1.8 $
*/
/**
* \file htdocs/mantis/mantis.php
* \ingroup mantis
* \brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis
* \author Laurent Destailleur
*/
require("../main.inc.php");
@@ -30,7 +29,7 @@ if (empty($conf->global->PHPMANTIS_URL))
{
llxHeader();
print '<div class="error">Module Mantis was not configured properly.</div>';
llxFooter('$Date: 2011/07/31 23:24:38 $ - $Revision: 1.8 $');
llxFooter();
}
$mainmenu=isset($_GET["mainmenu"])?$_GET["mainmenu"]:"";