diff --git a/ChangeLog b/ChangeLog index c70c81668..c7f265812 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,9 +5,14 @@ phpMyAdmin - Changelog $Id$ $Source$ +2002-02-13 Marc Delisle + * config.inc.php3: restore old color changing behavior by default + ($cfgBrowseMarkRow = 0) + 2002-02-12 Marc Delisle * tbl_printview.php3, missing urldecode, layout improvement, thanks to Marcus Börger (helly) + * 2.2.4-rc1 released 2002-02-11 Marc Delisle * sql.php3: $table was emptied when the query was not a Select diff --git a/config.inc.php3 b/config.inc.php3 index b064531dd..cca0ac546 100755 --- a/config.inc.php3 +++ b/config.inc.php3 @@ -179,7 +179,7 @@ $cfgBgcolorOne = '#CCCCCC'; // table data row colour $cfgBgcolorTwo = '#DDDDDD'; // table data row colour, alternate $cfgBrowsePointerColor = '#CCFFCC'; // color of the pointer in browse mode // (blank for no pointer) -$cfgBrowseMarkRow = 1; // if set to 1, +$cfgBrowseMarkRow = 0; // if set to 1, // and $cfgBrowsePointerColor has a // value, you can click on rows to // visually mark them with this color