From 724f11f20d7b05963fcf9c1a4e1a462fa6488c93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 18 Mar 2011 15:06:48 +0100 Subject: [PATCH] No need for extra loading of js and headers here (bug#3222746). All cases bellow does it as well and this breaks export page. --- tbl_row_action.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tbl_row_action.php b/tbl_row_action.php index e5217bf71..cce3f7b38 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':