diff --git a/ChangeLog b/ChangeLog index 96ea8b20a0..0da397220d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,7 @@ phpMyAdmin - ChangeLog - bug #3521016 [edit] NOW() function incorrectly selected - bug [GUI] Invalid HTML code on transformation_overview.php - bug #3522930 [browse] Missing validation in Ajax mode +- bug Fix popup message on build SQL of import 3.5.1.0 (2012-05-03) - bug #3510784 [edit] Limit clause ignored when sort order is remembered diff --git a/libraries/import.lib.php b/libraries/import.lib.php index d1785d4c49..5214f07405 100644 --- a/libraries/import.lib.php +++ b/libraries/import.lib.php @@ -1129,7 +1129,7 @@ function PMA_buildSQL($db_name, &$tables, &$analyses = null, &$additional_sql = $tbl_struct_url, sprintf(__('Structure of %s'), htmlspecialchars(PMA_backquote($tables[$i][TBL_NAME]))), $tbl_ops_url, - sprintf(__('Edit settings for %s'), htmlspecialchars(PMA_backquote($db_name)))); + sprintf(__('Edit settings for %s'), htmlspecialchars(PMA_backquote($tables[$i][TBL_NAME])))); } else { $message .= sprintf('
  • %s
  • ', $tbl_url,