no disabling of the parser

This commit is contained in:
Marc Delisle
2003-03-23 11:59:59 +00:00
parent 589705b3ca
commit 47bcec9934
5 changed files with 5 additions and 23 deletions

View File

@@ -770,10 +770,6 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
$cfg['DBG']['profile']['threshold'] = 0.5;
}
if (!isset($cfg['SQP']['enable'])) {
$cfg['SQP']['enable'] = TRUE;
}
if (!isset($cfg['SQP']['fmtType'])) {
$cfg['SQP']['fmtType'] = 'html';
}