Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@novell.com>2011-03-18 17:06:48 +0300
committerMichal Čihař <mcihar@novell.com>2011-03-18 17:06:48 +0300
commit724f11f20d7b05963fcf9c1a4e1a462fa6488c93 (patch)
treefd96cf8cf3276ed308b931fd9609fce7d6a6ab66 /tbl_row_action.php
parent33e4c3f7e906273cbe4a8d8a8d83d7cad985e455 (diff)
No need for extra loading of js and headers here (bug#3222746).
All cases bellow does it as well and this breaks export page.
Diffstat (limited to 'tbl_row_action.php')
-rw-r--r--tbl_row_action.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/tbl_row_action.php b/tbl_row_action.php
index e5217bf717..cce3f7b38d 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':