Skip to content
Snippets Groups Projects
Commit 24774ebb authored by Simon Leblanc's avatar Simon Leblanc
Browse files

Merge pull request #44 from fevrier/fix_pdf

Corrige le chemin vers les scripts d'export PDF
parents 63837ebd 93e2d594
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
session_start(); session_start();
require_once('fpdf/phpToPDF.php'); require_once('php2pdf/phpToPDF.php');
include_once('fonctions.php'); include_once('fonctions.php');
$dsondage = get_sondage_from_id($_POST['numsondage']); $dsondage = get_sondage_from_id($_POST['numsondage']);
...@@ -81,4 +81,4 @@ $PDF->SetFont('Arial','B',8); ...@@ -81,4 +81,4 @@ $PDF->SetFont('Arial','B',8);
$PDF->Text(35,275,"Cette lettre de convocation a été générée automatiquement par ".NOMAPPLICATION." sur ".get_server_name()); $PDF->Text(35,275,"Cette lettre de convocation a été générée automatiquement par ".NOMAPPLICATION." sur ".get_server_name());
//Sortie //Sortie
$PDF->Output(); $PDF->Output();
\ No newline at end of file
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