Can not use text as index here.
We already get translated string.
This commit is contained in:
@@ -175,7 +175,7 @@ function PMA_printRelationsParamDiagnostic($cfgRelation)
|
|||||||
*/
|
*/
|
||||||
function PMA_printDiagMessageForFeature($feature_name, $relation_parameter, $messages, $skip_line=true)
|
function PMA_printDiagMessageForFeature($feature_name, $relation_parameter, $messages, $skip_line=true)
|
||||||
{
|
{
|
||||||
echo ' <tr><td colspan=2 align="right">' . $GLOBALS[$feature_name] . ': '
|
echo ' <tr><td colspan=2 align="right">' . $feature_name . ': '
|
||||||
. ($GLOBALS['cfgRelation'][$relation_parameter] ? $messages['enabled'] : $messages['disabled'])
|
. ($GLOBALS['cfgRelation'][$relation_parameter] ? $messages['enabled'] : $messages['disabled'])
|
||||||
. '</td></tr>' . "\n";
|
. '</td></tr>' . "\n";
|
||||||
if ($skip_line) {
|
if ($skip_line) {
|
||||||
|
Reference in New Issue
Block a user