From 93e2d59457864bda3732cdc378f40475509a6954 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-Philippe=20Gu=C3=A9rard?=
 <jean-philippe.guerard@tigreraye.org>
Date: Tue, 10 Jan 2012 01:10:06 +0100
Subject: [PATCH] =?UTF-8?q?Fix=20PDF=C2=A0script=20path?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 exportpdf.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/exportpdf.php b/exportpdf.php
index 1731f2cd..68d5edfa 100644
--- a/exportpdf.php
+++ b/exportpdf.php
@@ -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();
\ No newline at end of file
+$PDF->Output();
-- 
GitLab