From ae89bd0307975c7c16a07b165924f1f5b9f02839 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 21 May 2008 23:29:27 +0000 Subject: [PATCH] doc: Doxygen --- htdocs/comm/mailing/fiche.php | 1 + htdocs/comm/mailing/mailing.class.php | 6 +----- htdocs/comm/mailing/pre.inc.php | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/htdocs/comm/mailing/fiche.php b/htdocs/comm/mailing/fiche.php index b9b59d67784..3bc3226283a 100644 --- a/htdocs/comm/mailing/fiche.php +++ b/htdocs/comm/mailing/fiche.php @@ -26,6 +26,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT."/lib/CMailFile.class.php"); +require_once DOL_DOCUMENT_ROOT.'/comm/mailing/mailing.class.php'; $langs->load("mails"); diff --git a/htdocs/comm/mailing/mailing.class.php b/htdocs/comm/mailing/mailing.class.php index 29966e8170d..d44760bebfe 100644 --- a/htdocs/comm/mailing/mailing.class.php +++ b/htdocs/comm/mailing/mailing.class.php @@ -15,17 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ - * */ /** \file htdocs/comm/mailing/mailing.class.php \ingroup mailing \brief Fichier de la classe de gestion des mailings - \version $Revision$ + \version $Id$ */ diff --git a/htdocs/comm/mailing/pre.inc.php b/htdocs/comm/mailing/pre.inc.php index 8959ac1470c..9392ce6b15c 100644 --- a/htdocs/comm/mailing/pre.inc.php +++ b/htdocs/comm/mailing/pre.inc.php @@ -15,16 +15,13 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Id$ - * $Source$ */ /** \file htdocs/comm/mailing/pre.inc.php \ingroup mailing \brief Fichier de gestion du menu gauche de l'espace mailing - \version $Revision$ + \version $Id$ */ require("../../main.inc.php");