diff --git a/ChangeLog b/ChangeLog index 6d918a7ca..c05b8a027 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,12 @@ $Source$ * left.php, config.inc.php, Documentation.html, libraries/config_import.lib.php + common.lib.php, all colors.inc.php: $cfg['LeftPointerEnable'] - (I am still working for BrowsePointerEnable and BrowseMarkerEnable) + * db_details_structure.php, server_variables.php, + tbl_properties_structure.php, config.inc.php, Documentation.html, + libraries/config_import.lib.php + common.lib.php + display_tbl.lib.php, + all colors.inc.php: + $cfg['BrowsePointerEnable'] + (I am still working for BrowseMarkerEnable) 2004-06-24 Alexander M. Turek * libraries/dbi/mysqli.dbi.php: Undefined variable if PMA_DBI_getError() is diff --git a/Documentation.html b/Documentation.html index c9c93ffac..782b6564e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1575,8 +1575,7 @@ Defaults to FALSE (drop-down).
The former feature highlights the row over which your mouse is passing and the latter lets you visually mark/unmark rows by clicking on them.
- You can disable both of these features by emptying the respective - directive. See themes/themename/colors.inc.php. + See themes/themename/colors.inc.php.