The branch, master has been updated
via 23f897f34fdc3dceb3654407d0a4edb317b12f6d (commit)
from c3e75e96a9c2b19f1abed2c321b355ee25a0809b (commit)
- Log -----------------------------------------------------------------
commit 23f897f34fdc3dceb3654407d0a4edb317b12f6d
Author: Marc Delisle <[email protected]>
Date: Sun Feb 20 08:41:41 2011 -0500
Bug #3184858 Inline edit not accessible in some cases
-----------------------------------------------------------------------
Summary of changes:
tbl_replace.php | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tbl_replace.php b/tbl_replace.php
index 429e272..b15212b 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';
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git