[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_3_1RC1-270-gbbad02a

The branch, master has been updated via bbad02a5a1c78b56210c6f9cd85261106ff29aef (commit) from 9785bbc561db3d64cd53a8cf86823d37eac6fafb (commit) - Log ----------------------------------------------------------------- commit bbad02a5a1c78b56210c6f9cd85261106ff29aef Author: Marc Delisle <marc@infomarc.info> Date: Fri Mar 26 18:03:06 2010 -0400 fit with new sql.php jQuery ----------------------------------------------------------------------- Summary of changes: tbl_replace.php | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tbl_replace.php b/tbl_replace.php index 4e3e7ca..ef6973a 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -430,7 +430,8 @@ if (isset($return_to_sql_query)) { $GLOBALS['js_include'][] = 'tbl_change.js'; $GLOBALS['js_include'][] = 'functions.js'; // in case we call sql.php which needs those: -$GLOBALS['js_include'][] = 'mootools-more.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-1.4.2-min.js'; +$GLOBALS['js_include'][] = 'jquery/jquery-ui-1.8.custom.min.js'; $active_page = $goto_include; hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle