Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1581 Rev 1598
Line 83... Line 83...
83
		}
83
		}
Line 84... Line 84...
84
 
84
 
85
		return $nb_obs;
85
		return $nb_obs;
Line 86... Line 86...
86
	}
86
	}
87
 
87
 
88
	public function formaterPourEnvoiCel($tableau_observations) {
88
	public function formaterPourEnvoiCel(&$tableau_observations) {
89
		$ids = array();
89
		$ids = array();
90
		foreach ($tableau_observations as &$observation) {
90
		foreach ($tableau_observations as &$observation) {