From b52a17608cb778d43a343192c50d5cf026183c91 Mon Sep 17 00:00:00 2001 From: Deven Bansod Date: Sun, 29 Mar 2015 03:55:01 +0530 Subject: [PATCH 1/2] Tries to fix bug-#4820 Removed the str_replace on $anchor as it seemed to break the anchor links. Signed-off-by: Deven Bansod --- libraries/Util.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/Util.class.php b/libraries/Util.class.php index 2795b1fb1c..b44034646a 100644 --- a/libraries/Util.class.php +++ b/libraries/Util.class.php @@ -444,7 +444,6 @@ class PMA_Util { // Fixup for newly used names: $link = str_replace('_', '-', /*overload*/mb_strtolower($link)); - $anchor = str_replace('_', '-', /*overload*/mb_strtolower($anchor)); if (empty($link)) { $link = 'index'; From a128d121513adf35d1582647e800d88d8ad17a31 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 28 Mar 2015 14:50:37 -0400 Subject: [PATCH 2/2] ChangeLog entry Signed-off-by: Marc Delisle --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 05cf49538b..2f50eafe1e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog - bug #4804 Undefined Index after export schema - bug #4802 Changelog page is not working - bug #4815 Infinite calls to index.php +- bug #4820 Invalid links to dev.mysql.com 4.3.12.0 (2015-03-14) - bug #4746 Right-aligned columns have left-aligned header