misleading variable name

This commit is contained in:
Marc Delisle
2010-09-04 07:01:30 -04:00
parent 49ae8993fe
commit 98a5ba7317
9 changed files with 27 additions and 27 deletions

View File

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