[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA3-830-g23f897f

Marc Delisle lem9 at users.sourceforge.net
Sun Feb 20 14:41:55 CET 2011


The branch, master has been updated
       via  23f897f34fdc3dceb3654407d0a4edb317b12f6d (commit)
      from  c3e75e96a9c2b19f1abed2c321b355ee25a0809b (commit)


- Log -----------------------------------------------------------------
commit 23f897f34fdc3dceb3654407d0a4edb317b12f6d
Author: Marc Delisle <marc at infomarc.info>
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




More information about the Git mailing list