From 26d8848e2c57bf4f3e61a2a681d81fccbd222002 Mon Sep 17 00:00:00 2001 From: Atul Pratap Singh Date: Fri, 8 Jun 2012 18:58:26 +0530 Subject: [PATCH] Unset temporary variable --- tbl_zoom_select.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tbl_zoom_select.php b/tbl_zoom_select.php index c28474b3cb..e0a69728d1 100644 --- a/tbl_zoom_select.php +++ b/tbl_zoom_select.php @@ -217,6 +217,7 @@ if (isset($zoom_submit) $data[] = $tmpData; } + unset($tmpData); /* * Form for displaying point data and also the scatter plot */