From 539eeed0574c82d8074c2a08f4077e7379374769 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 25 Jul 2013 07:13:37 -0400 Subject: [PATCH] Globals generated from POST were not used --- tbl_select.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tbl_select.php b/tbl_select.php index e0fd01f113..f91b0d1c6c 100644 --- a/tbl_select.php +++ b/tbl_select.php @@ -27,16 +27,6 @@ $scripts->addFile('tbl_change.js'); $scripts->addFile('jquery/jquery-ui-timepicker-addon.js'); $scripts->addFile('gis_data_editor.js'); -$post_params = array( - 'ajax_request', - 'session_max_rows' -); -foreach ($post_params as $one_post_param) { - if (isset($_POST[$one_post_param])) { - $GLOBALS[$one_post_param] = $_POST[$one_post_param]; - } -} - $table_search = new PMA_TableSearch($db, $table, "normal"); /**