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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-12-01 23:19:13 +0300
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-12-01 23:19:13 +0300
commitc2d516cac408c9d8be75ad6baf6fc6ae1f1a62d5 (patch)
tree5ed1fab753b4f65e32bfe056d450e1637a4913cf /sql.php
parente61dc35ba3248e7dedb4ed82ea963c40c08d11c2 (diff)
Remove unused variables.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql.php b/sql.php
index ddccdae201..1bd825e654 100644
--- a/sql.php
+++ b/sql.php
@@ -57,8 +57,6 @@ if (! empty($goto)) {
$is_gotofile = true;
} // end if
-/** @var PMA_String $pmaString */
-$pmaString = $GLOBALS['PMA_String'];
if (! isset($err_url)) {
$err_url = (! empty($back) ? $back : $goto)
. '?' . PMA_URL_getCommon(array('db' => $GLOBALS['db']))