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/'; /**