bug #1566904, typo
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - ChangeLog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2006-09-29 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/database_interface.lib.php, bug #1566904, typo in require,
|
||||||
|
thanks to Björn Wiberg - bwiberg.
|
||||||
|
|
||||||
2006-09-27 Marc Delisle <lem9@users.sourceforge.net>
|
2006-09-27 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* libraries/.htaccess: remove potential vulnerability (allow from none),
|
* libraries/.htaccess: remove potential vulnerability (allow from none),
|
||||||
thanks to Michael Heimpold
|
thanks to Michael Heimpold
|
||||||
|
@@ -147,7 +147,7 @@ function PMA_DBI_convert_message( $message ) {
|
|||||||
if ( ! empty( $server_language ) && isset( $encodings[$server_language] ) ) {
|
if ( ! empty( $server_language ) && isset( $encodings[$server_language] ) ) {
|
||||||
if ( function_exists( 'iconv' ) ) {
|
if ( function_exists( 'iconv' ) ) {
|
||||||
if ((@stristr(PHP_OS, 'AIX')) && (@strcasecmp(ICONV_IMPL, 'unknown') == 0) && (@strcasecmp(ICONV_VERSION, 'unknown') == 0)) {
|
if ((@stristr(PHP_OS, 'AIX')) && (@strcasecmp(ICONV_IMPL, 'unknown') == 0) && (@strcasecmp(ICONV_VERSION, 'unknown') == 0)) {
|
||||||
require_once('./liraries/iconv_wrapper.lib.php');
|
require_once('./libraries/iconv_wrapper.lib.php');
|
||||||
$message = PMA_aix_iconv_wrapper( $encodings[$server_language],
|
$message = PMA_aix_iconv_wrapper( $encodings[$server_language],
|
||||||
$GLOBALS['charset'] . $GLOBALS['cfg']['IconvExtraParams'], $message);
|
$GLOBALS['charset'] . $GLOBALS['cfg']['IconvExtraParams'], $message);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user