default value for old behavior

This commit is contained in:
Marc Delisle
2002-02-13 20:36:32 +00:00
parent e2ba1dd5ff
commit a681233c04
2 changed files with 6 additions and 1 deletions

View File

@@ -5,9 +5,14 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-02-13 Marc Delisle <lem9@users.sourceforge.net>
* config.inc.php3: restore old color changing behavior by default
($cfgBrowseMarkRow = 0)
2002-02-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_printview.php3, missing urldecode, layout improvement,
thanks to Marcus B<>rger (helly)
* 2.2.4-rc1 released
2002-02-11 Marc Delisle <lem9@users.sourceforge.net>
* sql.php3: $table was emptied when the query was not a Select

View File

@@ -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