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

@@ -434,7 +434,6 @@ $cfg['UploadDir'] = ''; // for example, './upload/'; you mus
/**
* SQL Parser Settings
*/
$cfg['SQP']['enable'] = TRUE; // Totally turn off the SQL Parser (not recommended)
$cfg['SQP']['fmtType'] = 'html'; // Pretty-printing style to use on queries (html, text, none)
$cfg['SQP']['fmtInd'] = '1'; // Amount to indent each level (floats ok)
$cfg['SQP']['fmtIndUnit'] = 'em'; // Units for indenting each level (CSS Types - {em,px,pt})