removed MySQL < 5 related comment

This commit is contained in:
Sebastian Mendel
2007-10-02 08:58:16 +00:00
parent faa52f611c
commit e51a242ee7

View File

@@ -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']));