Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2306 → Rev 2307

/branches/v2.4-fourche/jrest/lib/FormateurGroupeColonne.php
713,7 → 713,7
static function baseflor_ligne($obs, &$ligne) {
// Attention la fonction suppose que l'on ait fait appel à baseflor_preload avant
// d'être appelée
$ligne = array_merge($ligne, array_fill(0, count(self::$baseflor_col), " "));
$ligne = array_merge($ligne, self::$baseflor_col));
if(! $obs['nom_ret_nn']) {
return;
}