From 1e1499eef20c9d5c7025bd01f2655cc318da8774 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Tue, 20 Jun 2006 15:30:59 +0000 Subject: [PATCH] did not recognize hard coded & when ; is set as url separator in php --- ChangeLog | 2 ++ libraries/common.lib.php | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 13d48d311..6dcc23aa4 100755 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ $Source$ 2006-06-20 Sebastian Mendel * themes/*/css/theme_right.css.php: bug #1449845 Nowrap in character sets + * libraries/common.lib.php::PMA_linkOrButton(): + did not recognize hard coded & when ; is set as url separator in php 2006-06-15 Marc Delisle * libraries/sql_query_form.lib.php: Delimiter only if MySQL supports it diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 7aa437196..9f3508195 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -126,7 +126,7 @@ function PMA_getDbList() // use strpos instead of strrpos; it seems more common to // have the db name, the separator, then the rest which // might contain a separator - // like dbname_the_rest + // like dbname_the_rest $pos = strpos($db, $GLOBALS['cfg']['LeftFrameDBSeparator']); $group = substr($db, 0, $pos); $disp_name_cut = substr($db, $pos); @@ -2055,8 +2055,18 @@ window.parent.updateTableTitle('', '