exists()){
header ( 'Location:projets.php');
$_SESSION ['current_error'] = 'Je vais avoir du mal à afficher les donées du projet néant ...';
exit;
}
if(!($projet->isPublic() or $me?$me->isAdminLevelGreaterThan(12):FALSE or $me?$projet->haveRights($me):FALSE)){
header ( 'Location:projets.php');
$_SESSION ['current_error'] = 'Vous n\'avez pas le droit d\'être ici ... DEGAGEZ !!!';
exit;
}
$su = $me?$projet->haveRights($me):FALSE OR $me?$me->isAdminLevelGreaterThan(12):FALSE;
$ssu = $me?$me->getID() == $projet->getOwner()->getID():FALSE OR $me?$me->isAdminLevelGreaterThan(13):FALSE;
?>
Le projet getName()); ?>
getOwner()->getPseudo() . ' ';
$str = $couple[1] . ' : ';
foreach($projet->getSecondaryOwners() as $sowner)
$str .= $sowner->getPseudo() . ', ';//TODO add link to membre.php
if(count($projet->getSecondaryOwners()) > 0)
echo ''.substr($str,0,-2).'';
?>