PMCORE-531
This commit is contained in:
@@ -250,9 +250,9 @@ class Admin extends Controller
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
$sMySQLVersion = $dbNetView->getDbServerVersion( DB_ADAPTER );
|
$mysqlVersion = getMysqlVersion();
|
||||||
} catch (Exception $oException) {
|
} catch (Exception $oException) {
|
||||||
$sMySQLVersion = '?????';
|
$mysqlVersion = '?????';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -304,7 +304,7 @@ class Admin extends Controller
|
|||||||
);
|
);
|
||||||
|
|
||||||
if (defined( "DB_HOST" )) {
|
if (defined( "DB_HOST" )) {
|
||||||
$properties[] = array (G::LoadTranslation('ID_DATABASE') ,$dbNetView->dbName( DB_ADAPTER ) . ' (Version ' . $sMySQLVersion . ')',$pmSection
|
$properties[] = array (G::LoadTranslation('ID_DATABASE') ,$dbNetView->dbName( DB_ADAPTER ) . ' (Version ' . $mysqlVersion . ')',$pmSection
|
||||||
);
|
);
|
||||||
$properties[] = array (G::LoadTranslation('ID_DATABASE_SERVER') ,DB_HOST,$pmSection
|
$properties[] = array (G::LoadTranslation('ID_DATABASE_SERVER') ,DB_HOST,$pmSection
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user