Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 270 | Rev 278 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 270 Rev 271
Line 95... Line 95...
95
    			$stats[$resultats_formates[$id_station]['type_participant']]++;
95
    			$stats[$resultats_formates[$id_station]['type_participant']]++;
96
    		} else {
96
    		} else {
97
    			$stats[$resultats_formates[$id_station]['type_participant']] = 1;
97
    			$stats[$resultats_formates[$id_station]['type_participant']] = 1;
98
    		}
98
    		}
99
    	}
99
    	}
100
    	$resultat = array('stats' => $stats, 'stations' => $resultats_formates);
100
    	$resultat = array('stats' => $stats, 'stations' => $resultats_formates);    	
101
    	
-
 
102
    	return $resultat;
101
    	return $resultat;
103
    }
102
    }
Line 104... Line 103...
104
	
103