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:
authorMarc Delisle <marc@infomarc.info>2011-05-05 14:21:47 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-05 14:21:47 +0400
commit69646655d3f843be3c4842860e3b6a5a325edff9 (patch)
tree9f9276713949b45732fec4a09873d1ce7e0e2668 /db_qbe.php
parent5452b51ee9dfedfa37517bdcaf4b894586135a4c (diff)
This message is not needed (and does not work anyway)
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/db_qbe.php b/db_qbe.php
index 2319b829ab..6720495654 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -22,7 +22,6 @@ $cfgRelation = PMA_getRelationsParam();
*/
if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) {
$goto = 'db_sql.php';
- $message_to_show = htmlspecialchars(__('Your SQL query has been executed successfully'));
require './sql.php';
exit;
} else {