From 9025d9e285f4bb27894251b3e081293f50279ced Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 12 Sep 2007 09:40:59 +0000 Subject: [PATCH] change class of message about MySQL lib to "notice" --- main.php | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/main.php b/main.php index 70c549a53d..bd2e47355e 100644 --- a/main.php +++ b/main.php @@ -334,11 +334,6 @@ if (! empty($GLOBALS['PMA_errors']) && is_array($GLOBALS['PMA_errors'])) { } } -/** - * Removed the "empty $cfg['PmaAbsoluteUri']" warning on 2005-08-23 - * See https://sourceforge.net/tracker/index.php?func=detail&aid=1257134&group_id=23067&atid=377411 - */ - /** * Warning if using the default MySQL privileged account * modified: 2004-05-05 mkkeck @@ -358,7 +353,7 @@ if (PMA_PHP_INT_VERSION == 40203 && @extension_loaded('mbstring')) { } /** - * Nijel: As we try to hadle charsets by ourself, mbstring overloads just + * Nijel: As we try to handle charsets by ourself, mbstring overloads just * break it, see bug 1063821. */ if (@extension_loaded('mbstring') && @ini_get('mbstring.func_overload') > 1) { @@ -395,7 +390,7 @@ if (defined('PMA_MYSQL_INT_VERSION') && PMA_MYSQL_INT_VERSION < 32332) { * (a difference on the third digit does not count) */ if ($server > 0 && substr(PMA_MYSQL_CLIENT_API, 0, 3) != substr(PMA_MYSQL_INT_VERSION, 0, 3)) { - echo '
' + echo '
' . PMA_sanitize(sprintf($strMysqlLibDiffersServerVersion, PMA_DBI_get_client_info(), substr(PMA_MYSQL_STR_VERSION, 0, strpos(PMA_MYSQL_STR_VERSION . '-', '-'))))