From cded76261fbc8e45c44cb7916d32739293e82ac5 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 15 Oct 2004 16:49:18 +0000 Subject: [PATCH] needed for new fpdf library --- ChangeLog | 4 ++++ pdf_schema.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 987d96220..9cd94d827 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-10-15 Marc Delisle + * pdf_schema.php: first change needed to work with new fpdf library + (still testing...) + 2004-10-13 Michal Čihař * libraries/fpdf/fpdf.php: Updated to 1.52. diff --git a/pdf_schema.php b/pdf_schema.php index 76ec5e042..1292b7812 100644 --- a/pdf_schema.php +++ b/pdf_schema.php @@ -41,8 +41,8 @@ if (!$cfgRelation['pdfwork']) { /** * Gets the "fpdf" libraries and defines the pdf font path */ +define('FPDF_FONTPATH','./libraries/fpdf/font/'); require_once('./libraries/fpdf/fpdf.php'); -$FPDF_font_path = './libraries/fpdf/font/'; /**