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:
authorMarc Delisle <marc@infomarc.info>2012-01-02 17:54:07 +0400
committerMarc Delisle <marc@infomarc.info>2012-01-02 17:54:07 +0400
commit072162a3f53cc368611f3313d682d06a72f21758 (patch)
treed2b7be7b68133f430ccb4915a18b588e756f8f85 /sql.php
parent18c683234c905c3fd46a68947e5ac351285f9e00 (diff)
rfe #3292013 Dialogs when dropping indices
Diffstat (limited to 'sql.php')
-rw-r--r--sql.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql.php b/sql.php
index 4252efd983..3e6e6d445f 100644
--- a/sql.php
+++ b/sql.php
@@ -17,6 +17,8 @@ require_once './libraries/bookmark.lib.php';
$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.16.custom.js';
$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'][] = 'gis_data_editor.js';
if (isset($_SESSION['profiling'])) {