Fix: Remove warning in phpmyadmin

This commit is contained in:
Laurent Destailleur 2010-04-28 11:58:55 +00:00
parent e547fbbaf7
commit 2a587d7c87

View File

@ -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