Remove unused function.
This commit is contained in:
@@ -32,6 +32,8 @@ $Source$
|
|||||||
textarea ;-).
|
textarea ;-).
|
||||||
* libraries/display_export.lib.php: Reinclude table selection (bug
|
* libraries/display_export.lib.php: Reinclude table selection (bug
|
||||||
#1477226).
|
#1477226).
|
||||||
|
* libraries/auth/cookie.auth.lib.php:
|
||||||
|
- Remove unused function.
|
||||||
|
|
||||||
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
2006-04-26 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* themes/*:
|
* themes/*:
|
||||||
|
@@ -24,21 +24,6 @@ if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
|
|||||||
require_once './libraries/blowfish.php';
|
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
|
* Displays authentication form
|
||||||
|
Reference in New Issue
Block a user