removed MySQL < 5 related comment
This commit is contained in:
@@ -691,8 +691,6 @@ class PMA_Config
|
|||||||
*/
|
*/
|
||||||
function checkCollationConnection()
|
function checkCollationConnection()
|
||||||
{
|
{
|
||||||
// (could be improved by executing it after the MySQL connection only if
|
|
||||||
// PMA_MYSQL_INT_VERSION >= 40100)
|
|
||||||
if (! empty($_REQUEST['collation_connection'])) {
|
if (! empty($_REQUEST['collation_connection'])) {
|
||||||
$this->set('collation_connection',
|
$this->set('collation_connection',
|
||||||
strip_tags($_REQUEST['collation_connection']));
|
strip_tags($_REQUEST['collation_connection']));
|
||||||
|
Reference in New Issue
Block a user