make Drizzle version checks consistent
This commit is contained in:
parent
dcf0e4235a
commit
b02955420c
@ -11,7 +11,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
/**
|
||||
*
|
||||
*/
|
||||
if (PMA_MYSQL_MAJOR_VERSION > 2009) {
|
||||
if (PMA_MYSQL_MAJOR_VERSION >= 2009) {
|
||||
/* There are no charsets in Drizzle */
|
||||
$GLOBALS['mysql_charsets'] = array();
|
||||
$GLOBALS['mysql_charsets_descriptions'] = array('utf8' => 'UTF-8 Unicode');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user