Use new API to report version and comment

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2017-07-17 14:55:18 +02:00
parent 8512442a7b
commit 0effb3012c

View File

@ -309,7 +309,7 @@ if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) {
PMA_printListItem(
__('Server version:')
. ' '
. PMA_MYSQL_STR_VERSION . ' - ' . PMA_MYSQL_VERSION_COMMENT,
. $GLOBALS['dbi']->getVersionString() . ' - ' . $GLOBALS['dbi']->getVersionComment(),
'li_server_version'
);
PMA_printListItem(