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:
authorRouslan Placella <rouslan@placella.com>2012-04-03 01:00:45 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-03 01:00:45 +0400
commitf8d4f21ef9aec0eed4df4d1009257b3ffbee97d5 (patch)
treed1bd309492e30a9e7affc982822d2461227f411e /tbl_export.php
parent53df6ad399b78e9d2bd7b1948e92ca392cb4ac46 (diff)
Revert "Fixed missing Codemirror for inline query edit when exporting a result set"
This reverts commit 3998a38900130f3d4de53f431e4e865e182ea638.
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 6dfd6960ea..312cfb8aba 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -11,8 +11,6 @@
require_once './libraries/common.inc.php';
$GLOBALS['js_include'][] = 'export.js';
-$GLOBALS['js_include'][] = 'codemirror/lib/codemirror.js';
-$GLOBALS['js_include'][] = 'codemirror/mode/mysql/mysql.js';
/**
* Gets tables informations and displays top links