From 977cf63362ebc20586ef02641d442c2842d45561 Mon Sep 17 00:00:00 2001 From: Mike Beck Date: Tue, 30 Jul 2002 13:48:20 +0000 Subject: [PATCH] typo --- libraries/relation.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/relation.lib.php3 b/libraries/relation.lib.php3 index f564eb971..9cf134bee 100644 --- a/libraries/relation.lib.php3 +++ b/libraries/relation.lib.php3 @@ -94,7 +94,7 @@ if (!defined('PMA_RELATION_LIB_INCLUDED')){ . '' . $GLOBALS['strNotOK'] . '' . '[ ' . $GLOBALS['strDocu'] . ' ]
' . "\n" . $GLOBALS['strGeneralRelationFeat'] - . ' ' . $GLOBALS['strEnabled'] . '' . "\n"; + . ' ' . $GLOBALS['strDisabled'] . '' . "\n"; } return $cfgRelation; }