Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1031 → Rev 1032

/trunk/modules/pdf_export/PdfExport.php
123,7 → 123,7
 
public function executerPdfExport(){
$this->capturerParametresFormulaire();
$hash = crc32(implode('-', $this->blocs));
$hash = crc32($this->parametres['referentiel'].'-'.implode('-', $this->blocs));
$nom_fichier = $this->getNomFichierValide().'-'.$hash;
 
$this->fichier_html = $this->chemin_pdf.''.$nom_fichier.'.html';