[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA2-1318-g8cbee94

Marc Delisle lem9 at users.sourceforge.net
Sat Jan 22 16:09:58 CET 2011


The branch, master has been updated
       via  8cbee94e5d284ddfeda527379b9893e737bc5d4f (commit)
      from  5464b54e17015ed4ca8c015597e4760a538dd866 (commit)


- Log -----------------------------------------------------------------
commit 8cbee94e5d284ddfeda527379b9893e737bc5d4f
Author: Marc Delisle <marc at infomarc.info>
Date:   Sat Jan 22 10:09:49 2011 -0500

    Change a function definition to fit with newest TCPDF version

-----------------------------------------------------------------------

Summary of changes:
 libraries/schema/Pdf_Relation_Schema.class.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libraries/schema/Pdf_Relation_Schema.class.php b/libraries/schema/Pdf_Relation_Schema.class.php
index 7e7de87..73f075b 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;


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list