Unset temporary variable

This commit is contained in:
Atul Pratap Singh 2012-06-08 18:58:26 +05:30
parent 2289742836
commit 26d8848e2c

View File

@ -217,6 +217,7 @@ if (isset($zoom_submit)
$data[] = $tmpData;
}
unset($tmpData);
/*
* Form for displaying point data and also the scatter plot
*/