Merge branch 'QA_4_2'
This commit is contained in:
commit
a2c3db5fa9
@ -18,6 +18,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4432 Error while displaying chart at server level
|
||||
- bug #4405 Cannot import (open_basedir)
|
||||
- bug #4396 Problem copying constraints (such as Sakila)
|
||||
- bug #4433 Missing privileges submenu
|
||||
|
||||
4.2.2.0 (2014-05-20)
|
||||
- bug #4388 Disable database expansion when enabled throws Error 500 when database name is clicked in navigation tree
|
||||
|
||||
@ -3803,7 +3803,8 @@ function PMA_getHtmlHeaderForUserProperties(
|
||||
. __('User');
|
||||
|
||||
if (! empty($dbname)) {
|
||||
$html_output .= ' <i><a href="server_privileges.php'
|
||||
$html_output .= ' <i><a class="edit_user_anchor ajax"'
|
||||
. ' href="server_privileges.php'
|
||||
. PMA_URL_getCommon(
|
||||
array(
|
||||
'username' => $username,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user