Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1212 → Rev 1213

/trunk/modules/resultat/Resultat.php
198,9 → 198,9
$paramsAvecRangInverse = $this->param;
if (array_key_exists('rang', $paramsAvecRangInverse)) {
if ($paramsAvecRangInverse['rang'] == '*') {
$paramsAvecRangInverse['rang'] = 290;
} else {
unset ($paramsAvecRangInverse['rang']);
} else {
$paramsAvecRangInverse['rang'] = '*';
}
}
//echo "PARAMS INV: <pre>" . print_r($paramsAvecRangInverse, true) . "</pre><br/>";
/trunk/modules/resultat/ParametresResultats.php
6,6 → 6,6
public $reftaxCourant = 'bdtfx';
public $projetImg = 'cel';
/** Si "null", montre tous les résultats. Sinon, ne montre que le rang spécifié, par défaut les espèces (290). */
public $rang = 290;
public $rang = null;
}
?>
/trunk/Changelog
1,5 → 1,9
Changements <next>:
 
Changements 2014-02-11 [création de la branche "v5.4-decaisne"]:
* Correction bugs galerie par tags
* La recherche montre seulement les espèces si on appuie sur un bouton
 
Changements 2014-01-06 [création de la branche "v5.3-cordier"]:
* création dossier PDF si non existant
* opensearch