Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
e513c4fce8
@ -32,6 +32,7 @@ phpMyAdmin - ChangeLog
|
||||
+ rfe #1123 Zeroconf PMA tables support
|
||||
+ rfe #1492 Remove the distinct query window / Add SQL log+history panel
|
||||
+ rfe #919 Multiple-column foreign key relation
|
||||
- bug Incorrect link to documentation
|
||||
|
||||
4.2.8.0 (not yet released)
|
||||
- bug #4516 Odd export behavior
|
||||
|
||||
@ -88,10 +88,7 @@ function PMA_getRelationsParamDiagnostic($cfgRelation)
|
||||
$messages = array();
|
||||
$messages['error'] = '<font color="red"><strong>'
|
||||
. __('not OK')
|
||||
. '</strong></font>'
|
||||
. ' [ <a href="%s" target="documentation">'
|
||||
. __('Documentation')
|
||||
. '</a> ]';
|
||||
. '</strong></font>';
|
||||
|
||||
$messages['ok'] = '<font color="green"><strong>'
|
||||
. _pgettext('Correctly working', 'OK')
|
||||
@ -102,7 +99,8 @@ function PMA_getRelationsParamDiagnostic($cfgRelation)
|
||||
|
||||
if (false === $GLOBALS['cfg']['Server']['pmadb']) {
|
||||
$retval .= 'PMA Database ... '
|
||||
. sprintf($messages['error'], 'pmadb')
|
||||
. $messages['error']
|
||||
. PMA_Util::showDocu('setup', 'linked-tables')
|
||||
. '<br />' . "\n"
|
||||
. __('General relation features')
|
||||
. ' <font color="green">' . __('Disabled')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user