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:
authorMichal Čihař <michal@cihar.com>2015-12-21 13:35:36 +0300
committerMichal Čihař <michal@cihar.com>2015-12-21 13:35:36 +0300
commit98d88ef134fa107e412e56998c602da218b85a3f (patch)
treef60a9d180685a7d54346c2cdb89bb199d5a719ff /export.php
parent47a5ece9c116e56b288cd17b20f010add73a9567 (diff)
Remove unused pmaString variable
It was used in past when we didn't rely on mbstring. Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'export.php')
-rw-r--r--export.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/export.php b/export.php
index 4e847acee7..92df0ffe39 100644
--- a/export.php
+++ b/export.php
@@ -252,8 +252,6 @@ if (!defined('TESTSUITE')) {
}
// Generate error url and check for needed variables
- /** @var String $pmaString */
- $pmaString = $GLOBALS['PMA_String'];
if ($export_type == 'server') {
$err_url = 'server_export.php' . PMA_URL_getCommon();
} elseif ($export_type == 'database'