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,11 +2193,14 @@ $tabCommentaires = $etab['tabCommentaires'];
?> ?>
<h1>COMMENTAIRES</h1> <h1>COMMENTAIRES</h1>
<?php <?php
foreach($tabCommentaires as $commentaires) if(count($tabCommentaires)>0)
{ {
if(!empty($commentaires)){ foreach($tabCommentaires as $commentaires)
echo htmlspecialchars_decode($commentaires);?><br/> {
<?php if(!empty($commentaires)){
echo htmlspecialchars_decode($commentaires);?><br/>
<?php
}
} }
} }
//=> FIN BLOC COMMENTAIRES //=> FIN BLOC COMMENTAIRES