Merge branch 'QA_4_7'
This commit is contained in:
commit
7c8ae87cd0
@ -55,6 +55,7 @@ phpMyAdmin - ChangeLog
|
||||
- issue #12929 Undefined index warning with ssl_ca_paths
|
||||
- issue #12924 Do not show errors from OpenSSL cookie encryption/decryption
|
||||
- issue #12945 Fixed hint rendering on adding new user
|
||||
- issue #12941 Fixed sorting of tables in relation view
|
||||
|
||||
4.6.6 (2017-01-23)
|
||||
- issue #12759 Fix Notice regarding 'Undefined index: old_usergroup'
|
||||
|
||||
@ -66,6 +66,9 @@ if ($foreign_db) {
|
||||
}
|
||||
}
|
||||
}
|
||||
if ($GLOBALS['cfg']['NaturalOrder']) {
|
||||
uksort($tables, 'strnatcasecmp');
|
||||
}
|
||||
?>
|
||||
<tr>
|
||||
<!-- Drop key anchor -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user