From af12351175741e8dde8adc5d1d88ebd14174f4d5 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Tue, 30 Jul 2002 13:44:49 +0000 Subject: [PATCH] Loic found some parse errors ;-( --- libraries/relation.lib.php3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index 4b71ca33b..f564eb971 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -91,10 +91,10 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ || empty($cfg['Server']['pmadb'])) { if ($verbose == TRUE) { echo 'PMA Database ... ' - . '' . $GLOBALS['strNotOK'] . ' - . [ ' . $GLOBALS['strDocu'] . ' ]
' - . $GLOBALS['strGeneralRelationFeat'] - . ' ' . $GLOBALS['strEnabled'] . ''; + . '' . $GLOBALS['strNotOK'] . '' + . '[ ' . $GLOBALS['strDocu'] . ' ]
' . "\n" + . $GLOBALS['strGeneralRelationFeat'] + . ' ' . $GLOBALS['strEnabled'] . '' . "\n"; } return $cfgRelation; }