Merge branch 'QA_4_7'

This commit is contained in:
Michal Čihař 2017-02-02 14:43:31 +01:00
commit 7c8ae87cd0
2 changed files with 4 additions and 0 deletions

View File

@ -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'

View File

@ -66,6 +66,9 @@ if ($foreign_db) {
}
}
}
if ($GLOBALS['cfg']['NaturalOrder']) {
uksort($tables, 'strnatcasecmp');
}
?>
<tr>
<!-- Drop key anchor -->