From 3eb3ce396bbd63e2f68de655511bdb6543558382 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Tue, 9 Dec 2014 12:36:52 +0530 Subject: [PATCH] bug #4628 PHP error while exporting schema as PDF Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php | 1 + 2 files changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9e720d21bb..99448be948 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php b/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php index be93be6864..82be0fa4fc 100644 --- a/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php +++ b/libraries/plugins/schema/pdf/Pdf_Relation_Schema.class.php @@ -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