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:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-05-31 21:43:24 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-05-31 22:36:09 +0300
commit64b1b79933e1da5c0e848fd2f1bb5f499f35bcfe (patch)
tree09bd1ef82da4d3e31eb5b224f3dac6b3669145ad /export.php
parent572c4b7a3d837fe1fcec45e1927ab6849c49558b (diff)
Refactor the transformations into static methods
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'export.php')
-rw-r--r--export.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/export.php b/export.php
index aebab9f0e3..c3dd8447ef 100644
--- a/export.php
+++ b/export.php
@@ -407,9 +407,6 @@ do {
if ($do_relation || $do_comments || $do_mime) {
$cfgRelation = PMA_getRelationsParam();
}
- if ($do_mime) {
- include_once 'libraries/transformations.lib.php';
- }
// Include dates in export?
$do_dates = isset($GLOBALS[$what . '_dates']);