From 695d6f27ab36c6d0747f81b8b60a777bcee151cd Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 5 Apr 2005 11:47:33 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20en=20conformit=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/projet/project.class.php | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/htdocs/projet/project.class.php b/htdocs/projet/project.class.php index 32e5b516311..3bfa760435b 100644 --- a/htdocs/projet/project.class.php +++ b/htdocs/projet/project.class.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2002-2005 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,15 +20,18 @@ * */ -/*! \file htdocs/projet/project.class.php - \ingroup projet - \brief Fichier de la classe de gestion des projets - \version $Revision$ + +/*! + \file htdocs/projet/project.class.php + \ingroup projet + \brief Fichier de la classe de gestion des projets + \version $Revision$ */ -/*! \class Project - \brief Classe de gestion des projets +/*! + \class Project + \brief Classe de gestion des projets */ class Project { @@ -40,10 +43,10 @@ class Project { var $societe; function Project($DB) - { - $this->db = $DB; - $this->societe = new Societe($DB); - } + { + $this->db = $DB; + $this->societe = new Societe($DB); + } /* * *