Remove unused variables from post_params array
This commit is contained in:
parent
79fcb798de
commit
8a0d2d6766
@ -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'
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user