Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1300 → Rev 1301

/branches/livraison_menes/client/projet/actions/description.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: description.php,v 1.2 2005-09-27 16:43:53 alexandre_tb Exp $
// CVS : $Id: description.php,v 1.2.4.1 2007-04-11 12:18:23 alexandre_tb Exp $
/**
* Application projet
*
31,7 → 31,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2005
*@version $Revision: 1.2 $
*@version $Revision: 1.2.4.1 $
// +------------------------------------------------------------------------------------------------------+
*/
 
44,6 → 44,7
//
 
// création de l'objet projet courant
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
$projet = new projet ($this->_db, $this->_id_projet) ;
 
$retour .= '<h1>'.PROJET_PROJET.' : '.$projet->getTitre()."</h1>" ;