Merge branch 'QA_4_0' of github.com:phpmyadmin/phpmyadmin into QA_4_0
This commit is contained in:
commit
f2be730843
@ -1025,7 +1025,7 @@ Generic settings
|
||||
.. config:option:: $cfg['MaxNavigationItems']
|
||||
|
||||
:type: integer
|
||||
:default: 25
|
||||
:default: 250
|
||||
|
||||
The number of items that can be displayed on each page of the
|
||||
navigation tree.
|
||||
|
||||
@ -583,7 +583,7 @@ $cfg['MaxDbList'] = 100;
|
||||
*
|
||||
* @global integer $cfg['MaxDbList']
|
||||
*/
|
||||
$cfg['MaxNavigationItems'] = 25;
|
||||
$cfg['MaxNavigationItems'] = 250;
|
||||
|
||||
/**
|
||||
* maximum number of tables displayed in table list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user