Begin promo statistics at 1930 - fix picture title
authorRaphaël Marichez <falco@gentoo.org>
Fri, 26 Oct 2007 09:53:57 +0000 (11:53 +0200)
committerRaphaël Marichez <falco@gentoo.org>
Fri, 26 Oct 2007 09:53:57 +0000 (11:53 +0200)
Signed-off-by: Raphaël Marichez <falco@gentoo.org>
modules/stats.php

index 58ee7d1..6c9f501 100644 (file)
@@ -125,7 +125,7 @@ EOF2;
     {
         if ($promo == 'all') {
             // date de départ
-            $depart = 1920;
+            $depart = 1930;
 
             //recupere le nombre d'inscriptions par jour sur la plage concernée
             $res = XDB::iterRow(
@@ -164,7 +164,7 @@ set timefmt "%d/%m/%y"
 set xr [$depart:$fin]
 set yr [0:100]
 
-set title "Nombre d'inscrits par promotion depuis $depart."
+set title "Proportion d'inscrits par promotion depuis $depart, en %."
 
 plot "-" using 1:2 title 'inscrits' with boxes;
 {$inscrits}