Merge pull request #44 from fevrier/fix_pdf

Corrige le chemin vers les scripts d'export PDF
This commit is contained in:
Simon Leblanc 2012-01-09 16:28:20 -08:00
commit 24774ebbf2
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@
session_start();
require_once('fpdf/phpToPDF.php');
require_once('php2pdf/phpToPDF.php');
include_once('fonctions.php');
$dsondage = get_sondage_from_id($_POST['numsondage']);
@ -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());
//Sortie
$PDF->Output();
$PDF->Output();