fixed a small inconsistance
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-11-07 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
|
* libraries/config_import.lib.php3: Fixed a small inconsistance.
|
||||||
|
|
||||||
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-11-06 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* translators.html, lang/*.inc.php3: Fixed some typos.
|
* translators.html, lang/*.inc.php3: Fixed some typos.
|
||||||
|
|
||||||
|
@@ -526,7 +526,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')) {
|
|||||||
: '';
|
: '';
|
||||||
unset($cfgBrowseMarkRow);
|
unset($cfgBrowseMarkRow);
|
||||||
} else {
|
} else {
|
||||||
$cfg['BrowseMarkerColor'] = '';
|
$cfg['BrowseMarkerColor'] = '#FFCC99';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user