Remove unused function.

This commit is contained in:
Michal Čihař
2006-04-26 21:31:51 +00:00
parent 8e64e6e39a
commit d561a14419
2 changed files with 2 additions and 15 deletions

View File

@@ -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 <cybot_tm@users.sourceforge.net>
* themes/*:

View File

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