Skip to content

Commit

Permalink
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ VerboseMultiSubmit, ReplaceHelpImg
- 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
2 changes: 1 addition & 1 deletion libraries/import.lib.php
Original file line number Diff line number Diff line change
@@ -1150,7 +1150,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(

0 comments on commit f2d19ef

Please sign in to comment.