Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1011 → Rev 1012

/trunk/modules/pdf_export/PdfExport.php
110,9 → 110,9
if (!empty($_POST['bloc'])) {
$this->blocs = $_POST['bloc'];
} else {
$this->blocs = array('description');//, 'ecologie', 'ethnobotanique',
//'statuts', 'illustrations', 'bibliographie',
//'repartition', 'nomenclature');
$this->blocs = array('description', 'ecologie', 'ethnobotanique',
'statuts', 'illustrations', 'bibliographie',
'repartition', 'nomenclature');
}
}