diff --git a/ChangeLog b/ChangeLog index 56132cba5..8eade64ba 100755 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,8 @@ $Source$ 2001-07-24 Steve ALberty * tbl_copy.php3: fix parameter count, thanks Marc + * Documentation.html: order $cfg sequence and add description + of cfgSkipLockedTables and cfgLeftWidth 2001-07-24 Geert Lund * danish language file code cleanup (only changed order of stings) diff --git a/Documentation.html b/Documentation.html index bca5ec085..79b404246 100755 --- a/Documentation.html +++ b/Documentation.html @@ -464,18 +464,6 @@

-
$cfgTextareaCols integer
-
- Number of columns for the textareas. -

-
- -
$cfgTextareaRows integer
-
- Number of rows for the textareas. -

-
-
$cfgOrder string ["DESC"|"ASC"]
Defines whether fields are displayed in ascending ("ASC") @@ -498,6 +486,18 @@

+
$cfgTextareaCols integer
+
+ Number of columns for the textareas. +

+
+ +
$cfgTextareaRows integer
+
+ Number of rows for the textareas. +

+
+
$cfgModifyDeleteAtLeft boolean
$cfgModifyDeleteAtRight boolean @@ -509,6 +509,18 @@

+
$cfgSkipLockedTables boolean
+
+ Mark used tables and make it possible to show databases with locked tables (since 3.23.30). +

+
+ +
$cfgLeftWidth integer
+
+ Left frame width in pixel. +

+
+
$cfgDefaultLang string
Defines the default language to use, if not browser-defined or @@ -532,7 +544,6 @@

-
$cfgColumnTypes array
All possible types of a MySQL column. In most cases you don't need to