[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_9-25783-g072162a

The branch, master has been updated via 072162a3f53cc368611f3313d682d06a72f21758 (commit) from 18c683234c905c3fd46a68947e5ac351285f9e00 (commit) - Log ----------------------------------------------------------------- commit 072162a3f53cc368611f3313d682d06a72f21758 Author: Marc Delisle <marc@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
participants (1)
-
Marc Delisle