diff --git a/ChangeLog b/ChangeLog index 99bb1a5d4..6e22a3ef3 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-12-06 Marc Delisle + * libraries/common.lib.php: bug #1374236, sorting order + 2005-12-06 Michal Čihař * libraries/config.default.php: Modify default export configuration (RFE #1373891). diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 6c0f4f4b0..1b1bdbf26 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -1023,7 +1023,7 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) { } if ( $GLOBALS['cfg']['NaturalOrder'] ) { - uksort( $tables, 'strcmp' ); + uksort( $tables, 'strnatcasecmp' ); } $default = array(