From 8a0d2d6766297b6168aaefbb8cdfbbebcc528351 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 8 Jun 2012 12:00:06 +0530 Subject: [PATCH] Remove unused variables from post_params array --- tbl_zoom_select.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index f2a71bcc4f..0f05c64311 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -40,13 +40,10 @@ $GLOBALS['js_include'][] = 'tbl_zoom_plot_jqplot.js'; * Sets globals from $_POST */ $post_params = array( - 'criteriaColumnCollations', 'dataLabel', - 'criteriaValues', 'criteriaColumnNullFlags', 'criteriaColumnNames', 'maxPlotLimit', - 'criteriaColumnTypes', 'zoom_submit', 'criteriaColumnOperators' );