still using PMA_mysql_field_flags
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2004-04-17 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* libraries/dbi/mysql.dbi.lib.php: was still using PMA_mysql_field_flags
|
||||||
|
|
||||||
2004-04-17 Alexander M. Turek <me@derrabus.de>
|
2004-04-17 Alexander M. Turek <me@derrabus.de>
|
||||||
* db_create.php, db_details_structure.php, db_details_common.php, main.php,
|
* db_create.php, db_details_structure.php, db_details_common.php, main.php,
|
||||||
tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
|
tbl_alter.php, tbl_create.php, tbl_properties.inc.php,
|
||||||
@@ -17,6 +20,7 @@ $Source$
|
|||||||
|
|
||||||
2004-04-16 Marc Delisle <lem9@users.sourceforge.net>
|
2004-04-16 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* lang/french update
|
* lang/french update
|
||||||
|
* scripts/create-release.sh: daily snapshots
|
||||||
|
|
||||||
2004-04-16 Michal Cihar <michal@cihar.com>
|
2004-04-16 Michal Cihar <michal@cihar.com>
|
||||||
* libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
|
* libraries/common.lib.php, libraries/export/sql.php: ANSI compatible
|
||||||
|
@@ -264,7 +264,7 @@ function PMA_DBI_field_name($result, $i) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function PMA_DBI_field_flags($result, $i) {
|
function PMA_DBI_field_flags($result, $i) {
|
||||||
return PMA_mysql_field_flags($result, $i);
|
return PMA_convert_display_charset(mysql_field_flags($result, $i));
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user