Correction erreur de modification attribut tableau

This commit is contained in:
xdrm-brackets 2015-11-15 12:20:24 +01:00
parent e51c344356
commit 60b484dae6
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ if( permission('teacher') && $controleOpt == null ){ // si c'est un enseignant e
echo "<td>".$note['nb_notes']." <span class=unstressed>notes</span></td>";
echo "<td><span class=unstressed>Allant de</span> ".$note['min']." <span class=unstressed>à</span> ".$note['max']."</td>";
echo "<td><span class=unstressed>Moyenne de </span>".number_format($note['valeur'], 2)." <span class=unstressed>/</span> ".$controle['base']."</td>";
echo "<td><span class=unstressed>Moyenne de </span>".number_format($note['moyenne'], 2)." <span class=unstressed>/</span> ".$controle['base']."</td>";
echo "</tr>";
}