Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 1031 Rev 1032
Line 121... Line 121...
121
		$this->executerPdfExport();
121
		$this->executerPdfExport();
122
	}
122
	}
Line 123... Line 123...
123
 
123
 
124
	public function executerPdfExport(){
124
	public function executerPdfExport(){
125
		$this->capturerParametresFormulaire();
125
		$this->capturerParametresFormulaire();
126
		$hash = crc32(implode('-', $this->blocs));
126
		$hash = crc32($this->parametres['referentiel'].'-'.implode('-', $this->blocs));
Line 127... Line 127...
127
		$nom_fichier = $this->getNomFichierValide().'-'.$hash;
127
		$nom_fichier = $this->getNomFichierValide().'-'.$hash;
128
 
128