bug #4628 PHP error while exporting schema as PDF
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
parent
24d2e4fa95
commit
3eb3ce396b
@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
|
||||
======================
|
||||
|
||||
4.3.2.0 (not yet released)
|
||||
- bug #4628 PHP error while exporting schema as PDF
|
||||
|
||||
4.3.1.0 (2014-12-08)
|
||||
- bug #4609 'Show all' checkbox label is not clickable
|
||||
|
||||
@ -28,6 +28,7 @@ require_once 'libraries/plugins/schema/Export_Relation_Schema.class.php';
|
||||
require_once 'libraries/plugins/schema/pdf/RelationStatsPdf.class.php';
|
||||
require_once 'libraries/plugins/schema/pdf/TableStatsPdf.class.php';
|
||||
require_once 'libraries/PDF.class.php';
|
||||
require_once 'libraries/transformations.lib.php';
|
||||
|
||||
/**
|
||||
* Extends the "TCPDF" class and helps
|
||||
|
||||
Loading…
Reference in New Issue
Block a user