Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 269 → Rev 270

/branches/livraison_aha/classes/projetControleur.class.php
20,7 → 20,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
 
// CVS : $Id: projetControleur.class.php,v 1.38.2.1 2007-11-19 14:24:40 alexandre_tb Exp $
// CVS : $Id: projetControleur.class.php,v 1.38.2.2 2007-11-21 09:38:44 alexandre_tb Exp $
 
/**
* Application projet
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.38.2.1 $
*@version $Revision: 1.38.2.2 $
// +------------------------------------------------------------------------------------------------------+
*/
 
1534,8 → 1534,9
}
 
if ($this->_presentation != 'arbre') {
return '<h1>'.$projet->getTitre().'</h1>'.
if ($projet->isModere()) return '<h1>'.$projet->getTitre().'</h1>'.
str_replace ('nom_du_projet', $projet->getTitre(), PROJET_LAIUS_INSCRIPTION_MODERE);
else $this->_action = PROJET_ACTION_VOIR_RESUME;
} else {
$this->_action = PROJET_ACTION_VOIR_RESUME;
}