MaxTableList default set to 250

This commit is contained in:
Marc Delisle
2007-08-11 13:11:31 +00:00
parent 664a9f9fc0
commit 1775f67aa8

View File

@@ -347,7 +347,7 @@ $cfg['MaxDbList'] = 100;
* *
* @global integer $cfg['MaxTableList'] * @global integer $cfg['MaxTableList']
*/ */
$cfg['MaxTableList'] = 100; $cfg['MaxTableList'] = 250;
/** /**
* maximum number of characters when a SQL query is displayed * maximum number of characters when a SQL query is displayed