[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-391-g724f11f

Michal Čihař nijel at users.sourceforge.net
Fri Mar 18 15:07:40 CET 2011


The branch, master has been updated
       via  724f11f20d7b05963fcf9c1a4e1a462fa6488c93 (commit)
      from  33e4c3f7e906273cbe4a8d8a8d83d7cad985e455 (commit)


- Log -----------------------------------------------------------------
commit 724f11f20d7b05963fcf9c1a4e1a462fa6488c93
Author: Michal Čihař <mcihar at novell.com>
Date:   Fri Mar 18 15:06:48 2011 +0100

    No need for extra loading of js and headers here (bug#3222746).
    
    All cases bellow does it as well and this breaks export page.

-----------------------------------------------------------------------

Summary of changes:
 tbl_row_action.php |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/tbl_row_action.php b/tbl_row_action.php
index e5217bf..cce3f7b 100644
--- a/tbl_row_action.php
+++ b/tbl_row_action.php
@@ -69,10 +69,6 @@ switch($submit_mult) {
         break;
 }
 
-$GLOBALS['js_include'][] = 'tbl_change.js';
-
-require_once './libraries/header.inc.php';
-
 if (!empty($submit_mult)) {
     switch($submit_mult) {
         case 'row_edit':


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list