needed for new fpdf library
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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/';
|
||||
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user