Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1581 → Rev 1582

/trunk/commun/Stats.php
24,7 → 24,8
// calculs dans GWT, notamment l'échelle de points !!
$nbPoints = 0;
$nbVotes = 0;
$echelle = array(-1, 0, 1, 4, 20);
//$echelle = array(-1, 0, 1, 4, 20);
$echelle = array(1, 10, 100, 1000, 10000);
$notesParOccurrences = array();
$utilisateurs = array();
foreach ($votes as $vote) {