This message is not needed (and does not work anyway)

This commit is contained in:
Marc Delisle
2011-05-05 06:21:47 -04:00
parent 5452b51ee9
commit 69646655d3

View File

@@ -22,7 +22,6 @@ $cfgRelation = PMA_getRelationsParam();
*/ */
if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) { if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) {
$goto = 'db_sql.php'; $goto = 'db_sql.php';
$message_to_show = htmlspecialchars(__('Your SQL query has been executed successfully'));
require './sql.php'; require './sql.php';
exit; exit;
} else { } else {