From 8cbee94e5d284ddfeda527379b9893e737bc5d4f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 22 Jan 2011 10:09:49 -0500 Subject: [PATCH] Change a function definition to fit with newest TCPDF version --- libraries/schema/Pdf_Relation_Schema.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php index 7e7de8733..73f075b02 100644 --- a/libraries/schema/Pdf_Relation_Schema.class.php +++ b/libraries/schema/Pdf_Relation_Schema.class.php @@ -245,7 +245,7 @@ class PMA_PDF extends TCPDF } } - function Bookmark($txt, $level = 0, $y = 0) + function Bookmark($txt, $level = 0, $y = 0, $page = '') { // Add a bookmark $this->Outlines[0][] = $level;