bug 884606
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-01-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||
* main.php: bug 884606, MySQL version check before server choice
|
||||
|
||||
2004-01-26 Robin Johnson <robbat2@users.sourceforge.net>
|
||||
* libraries/dbi/mysql.dbi.lib.php: Correct the default parameter for
|
||||
PMA_DBI_insert_id($link = '') and convert file back to UNIX linefeeds.
|
||||
|
4
main.php
4
main.php
@@ -645,8 +645,8 @@ if (PMA_PHP_INT_VERSION < 40100) {
|
||||
/**
|
||||
* Warning for old MySQL version
|
||||
*/
|
||||
|
||||
if (PMA_MYSQL_INT_VERSION < 32332) {
|
||||
// not yet defined before the server choice
|
||||
if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 32332) {
|
||||
echo '<p class="warning">' . sprintf($strUpgrade, 'MySQL', '3.23.32') . '</p>' . "\n";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user