Skip to content
Snippets Groups Projects
Commit ef635cfb authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Removed comment

parent 66313efa
No related branches found
No related tags found
No related merge requests found
......@@ -155,20 +155,7 @@ class pdf_propale_azur extends ModelePDFPropales
{
$nblignes = sizeof($object->lines);
// Protection et encryption du pdf
/* if ($conf->global->PDF_SECURITY_ENCRYPTION)
{
$pdf=new FPDI_Protection('P','mm',$this->format);
$pdfrights = array('print'); // Ne permet que l'impression du document
$pdfuserpass = ''; // Mot de passe pour l'utilisateur final
$pdfownerpass = NULL; // Mot de passe du proprietaire, cree aleatoirement si pas defini
$pdf->SetProtection($pdfrights,$pdfuserpass,$pdfownerpass);
}
else
{
$pdf=new FPDI('P','mm',$this->format);
}
*/
// Create pdf instance
$pdf=pdf_getInstance($this->format);
if (class_exists('TCPDF'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment