Control de la taille du tableau commentaire

This commit is contained in:
Michael RICOIS 2009-10-19 13:16:45 +00:00
parent dd17be343d
commit fd750b2daf

View File

@ -2193,6 +2193,8 @@ $tabCommentaires = $etab['tabCommentaires'];
?>
<h1>COMMENTAIRES</h1>
<?php
if(count($tabCommentaires)>0)
{
foreach($tabCommentaires as $commentaires)
{
if(!empty($commentaires)){
@ -2200,6 +2202,7 @@ foreach($tabCommentaires as $commentaires)
<?php
}
}
}
//=> FIN BLOC COMMENTAIRES
//=> BLOC INDISCORE (evaluation conclusion)