From 29eca5a8940a457e657e319048e0edb42f04b850 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Wed, 16 Feb 2011 09:18:03 +0100 Subject: [PATCH] Re-order two documentation items for consistency. --- Documentation.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation.html b/Documentation.html index e3a337fc7..956f67749 100644 --- a/Documentation.html +++ b/Documentation.html @@ -1291,10 +1291,6 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE If you have only one server configured, $cfg['ServerDefault'] MUST be set to that server. -
$cfg['MaxDbList'] integer
-
The maximum number of database names to be displayed in the - navigation frame and the database list.
-
$cfg['AjaxEnable'] boolean
Defines whether to refresh only parts of certain pages using Ajax techniques. Applies only where a non-Ajax behavior is possible; @@ -1305,6 +1301,10 @@ CREATE DATABASE,ALTER DATABASE,DROP DATABASE
Enables check for latest versions using javascript on main phpMyAdmin page.
+
$cfg['MaxDbList'] integer
+
The maximum number of database names to be displayed in the + navigation frame and the database list.
+
$cfg['MaxTableList'] integer
The maximum number of table names to be displayed in the main panel's list (except on the Export page). This limit is also enforced in the navigation panel