From 20bfd46944dfc9bdaed76fc6c2512a4655c88d37 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 May 2013 19:06:50 +0200 Subject: phpMyAdmin: use system tcpdf --- pma-php54.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pma-php54.patch (limited to 'pma-php54.patch') diff --git a/pma-php54.patch b/pma-php54.patch deleted file mode 100644 index 65cea87..0000000 --- a/pma-php54.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libraries/Error.class.php.orig 2011-11-13 18:40:23.860385540 +0100 -+++ libraries/Error.class.php 2011-11-13 18:42:40.538840132 +0100 -@@ -175,7 +175,7 @@ - $this->getMessage() . - $this->getFile() . - $this->getLine() . -- $this->getBacktrace() -+ serialize($this->getBacktrace()) - ); - } - -- cgit