From 2a587d7c87f46978a147e4aeee0eb5cdbb9a89bb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 28 Apr 2010 11:58:55 +0000 Subject: [PATCH] Fix: Remove warning in phpmyadmin --- build/exe/doliwamp/config.inc.php.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/exe/doliwamp/config.inc.php.install b/build/exe/doliwamp/config.inc.php.install index efc43dfde66..5616cad3119 100644 --- a/build/exe/doliwamp/config.inc.php.install +++ b/build/exe/doliwamp/config.inc.php.install @@ -34,7 +34,7 @@ $cfg['PmaAbsoluteUri'] = ''; * Disable the default warning that is displayed on the DB Details Structure page if * any of the required Tables for the relationfeatures could not be found */ -$cfg['PmaNoRelation_DisableWarning'] = FALSE; +$cfg['PmaNoRelation_DisableWarning'] = TRUE; /** * The 'cookie' auth_type uses blowfish algorithm to encrypt the password. If