Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2306 Rev 2307
Line 711... Line 711...
711
	}
711
	}
Line 712... Line 712...
712
 
712
 
713
	static function baseflor_ligne($obs, &$ligne) {
713
	static function baseflor_ligne($obs, &$ligne) {
714
		// Attention la fonction suppose que l'on ait fait appel à baseflor_preload avant 
714
		// Attention la fonction suppose que l'on ait fait appel à baseflor_preload avant 
715
		// d'être appelée
715
		// d'être appelée
716
		$ligne = array_merge($ligne, array_fill(0, count(self::$baseflor_col), " "));
716
		$ligne = array_merge($ligne, self::$baseflor_col));
717
		if(! $obs['nom_ret_nn']) {
717
		if(! $obs['nom_ret_nn']) {
718
			return;
718
			return;
Line 719... Line 719...
719
		}
719
		}