bug #3115519: Prevent long queries from being shown in confirmation popup

This commit is contained in:
Herman van Rink
2010-11-26 20:55:58 +01:00
parent 268628e5ff
commit fff3afc08e
2 changed files with 2 additions and 1 deletions

View File

@@ -120,6 +120,7 @@
- bug #3087682 [interface] Do not apply LeftFrameDBSeparator on first character.
+ rfe #3111455 [interface] Column highlighting and marking in table view
+ Visual query builder
- bug #3115519 [interface] Prevent long queries from being shown in confirmation popup
3.3.9.0 (not yet released)
- bug [doc] Fix references to MySQL doc

View File

@@ -257,7 +257,7 @@ if (isset($_REQUEST['submit_search'])) {
$this_url_params['sql_query'] = $newsearchsqls['delete'];
echo '<td>' . PMA_linkOrButton(
'sql.php' . PMA_generate_common_url($this_url_params),
__('Delete'), $newsearchsqls['delete']) . "</td>\n";
__('Delete'), printf(__('Delete the matches for the "%s" table?'), htmlspecialchars($each_table))) . "</td>\n";
} else {
echo '<td>&nbsp;</td>' . "\n"