Merge branch 'QA_4_4'
This commit is contained in:
commit
974161ef8a
@ -78,6 +78,7 @@ phpMyAdmin - ChangeLog
|
||||
- bug #4969 Autoload from prefs_storage not behaving properly
|
||||
- bug #4972 Incorrect length computed for binary data
|
||||
- bug Remove character set from create_tables_drizzle.sql
|
||||
- bug #4973 Users overview needs clarification
|
||||
|
||||
4.4.10.0 (2015-06-17)
|
||||
- bug #4950 Issues in database selection for replication
|
||||
|
||||
@ -3199,7 +3199,7 @@ function PMA_getUsersOverview($result, $db_rights, $pmaThemeImage, $text_dir)
|
||||
. '<table id="tableuserrights" class="data">' . "\n"
|
||||
. '<thead>' . "\n"
|
||||
. '<tr><th></th>' . "\n"
|
||||
. '<th>' . __('User') . '</th>' . "\n"
|
||||
. '<th>' . __('User name') . '</th>' . "\n"
|
||||
. '<th>' . __('Host') . '</th>' . "\n"
|
||||
. '<th>' . __('Password') . '</th>' . "\n"
|
||||
. '<th>' . __('Global privileges') . ' '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user