diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-09 19:06:50 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-09 19:06:50 +0200 |
commit | 20bfd46944dfc9bdaed76fc6c2512a4655c88d37 (patch) | |
tree | 9d51c8a98e48c7042db947cc04ea030d718194e9 /phpMyAdmin-mariadb.patch | |
parent | 341e41089fc4453b9cc18a87df10f9c5a1477fb5 (diff) |
phpMyAdmin: use system tcpdf
Diffstat (limited to 'phpMyAdmin-mariadb.patch')
-rw-r--r-- | phpMyAdmin-mariadb.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/phpMyAdmin-mariadb.patch b/phpMyAdmin-mariadb.patch deleted file mode 100644 index c730f4d..0000000 --- a/phpMyAdmin-mariadb.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- phpMyAdmin-3.5.7-all-languages/libraries/common.lib.php~ 2013-02-15 14:20:13.675872709 +0100 -+++ phpMyAdmin-3.5.7-all-languages/libraries/common.lib.php 2013-02-15 14:20:34.185961593 +0100 -@@ -3752,7 +3752,7 @@ - $server_type = 'MySQL'; - if (PMA_DRIZZLE) { - $server_type = 'Drizzle'; -- } else if (strpos(PMA_MYSQL_STR_VERSION, 'mariadb') !== false) { -+ } else if (strpos(strtolower(PMA_MYSQL_STR_VERSION), 'mariadb') !== false) { - $server_type = 'MariaDB'; - } else if (stripos(PMA_MYSQL_VERSION_COMMENT, 'percona') !== false) { - $server_type = 'Percona Server'; |