Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 1718 Rev 1736
Line 605... Line 605...
605
 
605
 
606
	static function champsEtendus_ligne($cel, $obs, &$ligne) {
606
	static function champsEtendus_ligne($cel, $obs, &$ligne) {
607
		// si header n'est pas défini, aucune observation ne possède de champ étendu
607
		// si header n'est pas défini, aucune observation ne possède de champ étendu
608
		// et nous n'ajoutons ni colonnes, ni valeurs.
608
		// et nous n'ajoutons ni colonnes, ni valeurs.
609
		if(! isset(self::$cache['champsEtendus']['header'])) return;
-
 
610
		var_dump(self::$cache['champsEtendus']['header']);die;
609
		if(! isset(self::$cache['champsEtendus']['header'])) return;
Line 611... Line 610...
611
		$ligne_etendue_aplatie = @self::$cache['champsEtendus']['data'][$ligne['id_observation']];
610
		$ligne_etendue_aplatie = @self::$cache['champsEtendus']['data'][$obs['id_observation']];
612
 
611
 
Line 613... Line 612...
613
		$ligne_supp = array_fill(0, count(self::$cache['champsEtendus']['header']), '');
612
		$ligne_supp = array_fill(0, count(self::$cache['champsEtendus']['header']), '');