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-03-31 02:22:30 +0400
committerRouslan Placella <rouslan@placella.com>2012-03-31 02:22:30 +0400
commit02a5a1a95ee51a0007caa56eadcd13a9fcce606d (patch)
tree8483799f7dd6d17a8c0da2a7adb59d43e600c6dd /tbl_export.php
parent04e8aa41815724f18e0e15e18361ee1047d76bfb (diff)
parent2ee3a378ad3a8f92336d9f041d3c7fda97aa84fc (diff)
Merge branch 'QA_3_5'
Diffstat (limited to 'tbl_export.php')
-rw-r--r--tbl_export.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tbl_export.php b/tbl_export.php
index 0df3f4f825..a22fd023ac 100644
--- a/tbl_export.php
+++ b/tbl_export.php
@@ -11,6 +11,8 @@
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