
The branch, master has been updated via 724f11f20d7b05963fcf9c1a4e1a462fa6488c93 (commit) from 33e4c3f7e906273cbe4a8d8a8d83d7cad985e455 (commit) - Log ----------------------------------------------------------------- commit 724f11f20d7b05963fcf9c1a4e1a462fa6488c93 Author: Michal Čihař <mcihar@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