Merge branch 'QA_4_3'

This commit is contained in:
Michal Čihař 2014-11-20 09:57:20 +01:00
commit 2ad8d6176c

View File

@ -98,7 +98,7 @@ function PMA_getRelationsParamDiagnostic($cfgRelation)
$messages['disabled'] = '<font color="red">' . __('Disabled') . '</font>';
if (false === $GLOBALS['cfg']['Server']['pmadb']) {
$retval .= __('Configuration of pmadb… ')
$retval .= __('Configuration of pmadb… ')
. $messages['error']
. PMA_Util::showDocu('setup', 'linked-tables')
. '<br />' . "\n"