mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-23 18:01:36 +01:00
Fix: remove obsolete tags (in progress)
This commit is contained in:
@@ -18,14 +18,13 @@
|
||||
* 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.3 2011/07/31 23:24:38 eldy Exp $
|
||||
* $Id: mantis.php,v 1.4 2011/08/27 14:25:04 hregis Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
* \file htdocs/mantis/admin/mantis.php
|
||||
* \ingroup mantis
|
||||
* \brief Page de configuration du module mantis
|
||||
* \version $Revision: 1.3 $
|
||||
*/
|
||||
|
||||
require("../../main.inc.php");
|
||||
@@ -204,5 +203,5 @@ print "<br>";
|
||||
|
||||
$db->close();
|
||||
|
||||
llxFooter('$Date: 2011/07/31 23:24:38 $ - $Revision: 1.3 $');
|
||||
llxFooter();
|
||||
?>
|
||||
|
||||
@@ -15,22 +15,21 @@
|
||||
* 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.class.php,v 1.2 2011/07/31 23:24:38 eldy Exp $
|
||||
* $Id: mantis.class.php,v 1.3 2011/08/27 14:24:48 hregis Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
\file htdocs/mantis/class/mantis.class.php
|
||||
\ingroup mantis
|
||||
\brief Ensemble des fonctions permettant d'acceder a la database mantis.
|
||||
\author Laurent Destailleur.
|
||||
\version $Revision: 1.2 $
|
||||
*/
|
||||
* \file htdocs/mantis/class/mantis.class.php
|
||||
* \ingroup mantis
|
||||
* \brief Ensemble des fonctions permettant d'acceder a la database mantis.
|
||||
* \author Laurent Destailleur.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
\class Mantis
|
||||
\brief Classe permettant d'acceder a la database mantis
|
||||
*/
|
||||
* \class Mantis
|
||||
* \brief Classe permettant d'acceder a la database mantis
|
||||
*/
|
||||
|
||||
class Mantis {
|
||||
|
||||
|
||||
@@ -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"]:"";
|
||||
|
||||
Reference in New Issue
Block a user