Loic found some parse errors ;-(

This commit is contained in:
Mike Beck
2002-07-30 13:44:49 +00:00
parent 9519b6dff9
commit af12351175

View File

@@ -91,10 +91,10 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
|| empty($cfg['Server']['pmadb'])) {
if ($verbose == TRUE) {
echo 'PMA Database ... '
. '<font color="red"><b>' . $GLOBALS['strNotOK'] . '</b></font>
. [ <a href="Documentation.html#pmadb">' . $GLOBALS['strDocu'] . '</a> ]<br />'
. $GLOBALS['strGeneralRelationFeat']
. ' <font color="green">' . $GLOBALS['strEnabled'] . '</font>';
. '<font color="red"><b>' . $GLOBALS['strNotOK'] . '</b></font>'
. '[ <a href="Documentation.html#pmadb">' . $GLOBALS['strDocu'] . '</a> ]<br />' . "\n"
. $GLOBALS['strGeneralRelationFeat']
. ' <font color="green">' . $GLOBALS['strEnabled'] . '</font>' . "\n";
}
return $cfgRelation;
}