bug 884606

This commit is contained in:
Marc Delisle
2004-01-27 18:18:28 +00:00
parent 2dbc6f9454
commit 2f4da69965
2 changed files with 5 additions and 2 deletions

View File

@@ -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";
}