Merge remote branch 'mort-dev/master'
This commit is contained in:
@@ -14,7 +14,7 @@ if (! defined('PHPMYADMIN')) {
|
||||
if (PMA_MYSQL_MAJOR_VERSION > 2009) {
|
||||
/* There are no charsets in Drizzle */
|
||||
$GLOBALS['mysql_charsets'] = array();
|
||||
$GLOBALS['mysql_charsets_descriptions'] = array();
|
||||
$GLOBALS['mysql_charsets_descriptions'] = array('utf8' => 'UTF-8 Unicode');
|
||||
$GLOBALS['mysql_charsets_count'] = 0;
|
||||
$GLOBALS['mysql_charsets_available'] = array();
|
||||
$GLOBALS['mysql_collations'] = array();
|
||||
|
2
main.php
2
main.php
@@ -91,6 +91,7 @@ if ($server > 0
|
||||
'./user_password.php?' . $common_url_query, null, null, 'change_password_anchor');
|
||||
}
|
||||
} // end if
|
||||
if (PMA_MYSQL_MAJOR_VERSION < 2009) {
|
||||
echo ' <li id="li_select_mysql_collation">';
|
||||
echo ' <form method="post" action="index.php" target="_parent">' . "\n"
|
||||
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
|
||||
@@ -104,6 +105,7 @@ if ($server > 0
|
||||
. ' <noscript><input type="submit" value="' . __('Go') . '" /></noscript>' . "\n"
|
||||
. ' </form>' . "\n"
|
||||
. ' </li>' . "\n";
|
||||
} // not Drizzle
|
||||
} // end of if ($server > 0)
|
||||
echo '</ul>';
|
||||
echo '</div>';
|
||||
|
Reference in New Issue
Block a user