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>2014-12-28 17:48:04 +0300
committerMarc Delisle <marc@infomarc.info>2014-12-28 17:48:04 +0300
commit629e08cbc44948a7095db23384fa3bcd0407ead5 (patch)
tree36305a1b600f7950bb084033806c0a6d1e537aee /sql.php
parent86802403195b5e83dd2a9543d5df9c7f8cba128d (diff)
Code cleanup: $disp_mode was always empty at this point
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql.php b/sql.php
index 1bd825e654..425b8359c4 100644
--- a/sql.php
+++ b/sql.php
@@ -188,7 +188,6 @@ PMA_executeQueryAndSendQueryResponse(
isset($extra_data) ? $extra_data : null,
$is_affected,
isset($message_to_show) ? $message_to_show : null,
- isset($disp_mode) ? $disp_mode : null,
isset($message) ? $message : null,
isset($sql_data) ? $sql_data : null,
$goto,