diff --git a/config.inc.php3 b/config.inc.php3
index fafad40a4..57c79ba4e 100755
--- a/config.inc.php3
+++ b/config.inc.php3
@@ -438,4 +438,4 @@ set_magic_quotes_runtime(0);
* File Revision - do not change either!
*/
$cfg['FileRevision'] = '$Revision$';
-?>
+?>
\ No newline at end of file
diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3
index 672fbe839..4b71ca33b 100644
--- a/libraries/relation.lib.php3
+++ b/libraries/relation.lib.php3
@@ -89,6 +89,13 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){
if ($server == 0
|| empty($cfg['Server'])
|| empty($cfg['Server']['pmadb'])) {
+ if ($verbose == TRUE) {
+ echo 'PMA Database ... '
+ . '' . $GLOBALS['strNotOK'] . '
+ . [ ' . $GLOBALS['strDocu'] . ' ]
'
+ . $GLOBALS['strGeneralRelationFeat']
+ . ' ' . $GLOBALS['strEnabled'] . '';
+ }
return $cfgRelation;
}