Missing compatibility code
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-01-04 Alexander M. Turek <beggaronabeachofgold@derrabus.de>
|
||||||
|
* libraries/config_import.lib.php: Added missing compatibility code for
|
||||||
|
$cfg['RecodingEngine'].
|
||||||
|
|
||||||
2004-01-02 Alexander M. Turek <wecantdance@derrabus.de>
|
2004-01-02 Alexander M. Turek <wecantdance@derrabus.de>
|
||||||
* libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
|
* libraries/mysql_charsets.lib.php, libraries/sqlparser.lib.php:
|
||||||
MySQL collations are now parsed and highlighted.
|
MySQL collations are now parsed and highlighted.
|
||||||
|
@@ -536,6 +536,10 @@ if (!isset($cfg['AllowAnywhereRecoding'])) {
|
|||||||
$cfg['AllowAnywhereRecoding'] = FALSE;
|
$cfg['AllowAnywhereRecoding'] = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!isset($cfg['RecodingEngine'])) {
|
||||||
|
$cfg['RecodingEngine'] = 'auto';
|
||||||
|
}
|
||||||
|
|
||||||
if (!isset($cfg['IconvExtraParams'])) {
|
if (!isset($cfg['IconvExtraParams'])) {
|
||||||
$cfg['IconvExtraParams'] = '';
|
$cfg['IconvExtraParams'] = '';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user