From 23f897f34fdc3dceb3654407d0a4edb317b12f6d Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 20 Feb 2011 08:41:41 -0500 Subject: [PATCH] Bug #3184858 Inline edit not accessible in some cases --- tbl_replace.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tbl_replace.php b/tbl_replace.php index 429e27247a..b15212b470 100644 --- a/tbl_replace.php +++ b/tbl_replace.php @@ -65,6 +65,9 @@ PMA_DBI_select_db($GLOBALS['db']); */ $goto_include = false; +// Needed for generation of Inline Edit anchors +$GLOBALS['js_include'][] = 'sql.js'; + if (isset($_REQUEST['insert_rows']) && is_numeric($_REQUEST['insert_rows']) && $_REQUEST['insert_rows'] != $cfg['InsertRows']) { $cfg['InsertRows'] = $_REQUEST['insert_rows']; $GLOBALS['js_include'][] = 'tbl_change.js'; -- 2.11.4.GIT