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); + } /* * *