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-26 00:06:18 +0400
committerRouslan Placella <rouslan@placella.com>2012-04-26 00:06:18 +0400
commitebb5a210454b046c0429cae466a2152fd0151f20 (patch)
tree9c7d4e8dd8f4a00684f9e7103365b856e732f773 /sql.php
parent797b01a1dd8bc239b7732358612e0fd9fd1f0843 (diff)
parent403fd468182086273149b24e47f91b525772b565 (diff)
Merge branch 'QA_3_5'
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql.php b/sql.php
index 801c657237..5355dd6ea0 100644
--- a/sql.php
+++ b/sql.php
@@ -18,6 +18,7 @@ $GLOBALS['js_include'][] = 'jquery/timepicker.js';
$GLOBALS['js_include'][] = 'tbl_change.js';
// the next one needed because sql.php may do a "goto" to tbl_structure.php
$GLOBALS['js_include'][] = 'tbl_structure.js';
+$GLOBALS['js_include'][] = 'indexes.js';
$GLOBALS['js_include'][] = 'gis_data_editor.js';
if ($GLOBALS['cfg']['CodemirrorEnable']) {