this comment is no longer true

This commit is contained in:
Marc Delisle
2007-07-03 00:28:32 +00:00
parent 24d57cf2a4
commit 4db7d86327

View File

@@ -17,7 +17,6 @@ if (!isset($coming_from_common)) {
$current_time = time();
// Uses faster mcrypt library if available
// (Note: mcrypt.lib.php needs $cookie_path and $is_https)
if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) {
require_once './libraries/mcrypt.lib.php';
} else {