Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHerman van Rink <rink@initfour.nl>2010-11-26 22:55:58 +0300
committerHerman van Rink <rink@initfour.nl>2010-11-26 22:55:58 +0300
commitfff3afc08e73b1fedafec2490f343bcb3dd541be (patch)
tree7713622657d970e0b8317d1c5f73acb35dce5914 /db_search.php
parent268628e5ffe7ed2a74d912a43a6e53db186867c2 (diff)
bug #3115519: Prevent long queries from being shown in confirmation popup
Diffstat (limited to 'db_search.php')
-rw-r--r--db_search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/db_search.php b/db_search.php
index 6c87f614b8..10a9a1305b 100644
--- a/db_search.php
+++ b/db_search.php
@@ -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"