bug #4232 User not found after creating the user

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2014-01-18 11:04:30 -05:00
parent aa5a8e4c8d
commit 1cdbbc617e
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ phpMyAdmin - ChangeLog
======================
4.1.6.0 (not yet released)
- bug #4232 User not found after creating the user
4.1.5.0 (2014-01-17)
- bug #3780 Allow aborting loading pages

View File

@ -1417,7 +1417,8 @@ function PMA_getHtmlForDisplayLoginInformationFields($mode = 'new')
$html_output .= '<input type="text" name="hostname" maxlength="'
. $hostname_length . '" value="'
. htmlspecialchars(isset($GLOBALS['hostname']) ? $GLOBALS['hostname'] : '')
// use default value of '%' to match with the default 'Any host'
. htmlspecialchars(isset($GLOBALS['hostname']) ? $GLOBALS['hostname'] : '%')
. '" title="' . __('Host')
. '" onchange="pred_hostname.value = \'userdefined\';" />' . "\n"
. PMA_Util::showHint(