The branch, master has been updated
       via  072162a3f53cc368611f3313d682d06a72f21758 (commit)
      from  18c683234c905c3fd46a68947e5ac351285f9e00 (commit)


- Log -----------------------------------------------------------------
commit 072162a3f53cc368611f3313d682d06a72f21758
Author: Marc Delisle <m...@infomarc.info>
Date:   Mon Jan 2 08:54:07 2012 -0500

    rfe #3292013 Dialogs when dropping indices

-----------------------------------------------------------------------

Summary of changes:
 sql.php |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/sql.php b/sql.php
index 4252efd..3e6e6d4 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'])) {


hooks/post-receive
-- 
phpMyAdmin

------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to