diff --git a/ChangeLog b/ChangeLog index c322747e0..1e2092672 100755 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ $Source$ textarea ;-). * libraries/display_export.lib.php: Reinclude table selection (bug #1477226). + * libraries/auth/cookie.auth.lib.php: + - Remove unused function. 2006-04-26 Sebastian Mendel * themes/*: diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 11bdb1afd..192c50344 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -24,21 +24,6 @@ if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) { require_once './libraries/blowfish.php'; } -/** - * Sorts available languages by their true names - * - * @param array the array to be sorted - * @param mixed a required parameter - * - * @return the sorted array - * - * @access private - */ -function PMA_cookie_cmp(&$a, $b) -{ - return (strcmp($a[1], $b[1])); -} // end of the 'PMA_cmp()' function - /** * Displays authentication form