default value for old behavior
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user