From 67a81691e6a29fc0875630abb8eb8dc5427aa1fe Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 28 Jun 2003 19:51:32 +0000 Subject: [PATCH] =?UTF-8?q?Ajout=20message=20d'erreur=20si=20la=20classe?= =?UTF-8?q?=20pdf=20n'est=20pas=20d=E9finit=20dans=20la=20constante=20corr?= =?UTF-8?q?espondante?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/fichinter/modules_fichinter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/includes/modules/fichinter/modules_fichinter.php b/htdocs/includes/modules/fichinter/modules_fichinter.php index ffc5f465f7f..4cb469b0945 100644 --- a/htdocs/includes/modules/fichinter/modules_fichinter.php +++ b/htdocs/includes/modules/fichinter/modules_fichinter.php @@ -41,6 +41,7 @@ function fichinter_pdf_create($db, $facid) else { return 0; + print "FICHEINTER_ADDON_PDF n'est pas définit"; } }