needed for new fpdf library

This commit is contained in:
Marc Delisle
2004-10-15 16:49:18 +00:00
parent 07f18dcdb6
commit cded76261f
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$
$Source$
2004-10-15 Marc Delisle <lem9@users.sourceforge.net>
* pdf_schema.php: first change needed to work with new fpdf library
(still testing...)
2004-10-13 Michal Čihař <michal@cihar.com>
* libraries/fpdf/fpdf.php: Updated to 1.52.

View File

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