Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2012-09-06 16:19:25 +02:00
commit 14ae84a6f2

View File

@ -540,6 +540,8 @@ class PMA_CommonFunctions
$mysql = '5.5';
} else if (PMA_MYSQL_INT_VERSION >= 50100) {
$mysql = '5.1';
} else {
$mysql = '5.0';
}
}
$url = $cfg['MySQLManualBase']