Skip to content

Commit

Permalink
Correction de l'erreur PHP Fatal error: Call to undefined method Ex_F…
Browse files Browse the repository at this point in the history
…PDF::closeParsers() in /outils/data/gepi/www/0861038L/fpdf/imprime_pdf.php on line 162
  • Loading branch information
kigeia committed Mar 29, 2012
1 parent baabb9a commit 8112ee0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion bulletin/bulletin_pdf_avec_modele_classe.php
Original file line number Diff line number Diff line change
Expand Up @@ -4111,5 +4111,4 @@
//fermeture du fichier pdf et lecture dans le navigateur 'nom', 'I/D'
$nom_bulletin = 'bulletin_'.$nom_bulletin.'.pdf';
$pdf->Output($nom_bulletin,'I');
//$pdf->closeParsers();
?>
2 changes: 0 additions & 2 deletions fpdf/imprime_pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
send_file_download_headers('application/pdf',$ident_plus.'.pdf');

$pdf->Output($ident_plus.'.pdf','I');
$pdf->closeParsers();
}
else{
//$ident_plus = date("Ymd");
Expand All @@ -159,6 +158,5 @@
send_file_download_headers('application/pdf',$ident_plus.'.pdf');

$pdf->Output($ident_plus.'.pdf','I');
$pdf->closeParsers();
}
?>

0 comments on commit 8112ee0

Please sign in to comment.