Control de la taille du tableau commentaire
This commit is contained in:
parent
dd17be343d
commit
fd750b2daf
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user