Use new API to report version and comment
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
8512442a7b
commit
0effb3012c
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user