From 64bac7dcdf1fbfb89528f5747223a928edc195d8 Mon Sep 17 00:00:00 2001 From: Philip Frank Date: Thu, 15 Apr 2010 10:37:06 +0200 Subject: [PATCH] These parameters are no longer needed. --- querywindow.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/querywindow.php b/querywindow.php index 630529e58..6c69e413f 100644 --- a/querywindow.php +++ b/querywindow.php @@ -171,14 +171,12 @@ $js_include[] = 'querywindow.js'; if (PMA_isValid($_REQUEST['auto_commit'], 'identical', 'true')) { $js_events[] = array( - 'object' => 'window', 'event' => 'load', 'function' => 'PMA_queryAutoCommit', ); } if (PMA_isValid($_REQUEST['init'])) { $js_events[] = array( - 'object' => 'window', 'event' => 'load', 'function' => 'PMA_querywindowResize', ); @@ -186,7 +184,6 @@ if (PMA_isValid($_REQUEST['init'])) { // always set focus to the textarea if ($querydisplay_tab == 'sql' || $querydisplay_tab == 'full') { $js_events[] = array( - 'object' => 'window', 'event' => 'load', 'function' => 'PMA_querywindowSetFocus', );