Index: schedule/Transaction/insert.php
===================================================================
--- schedule/Transaction/insert.php	(revision 16066)
+++ schedule/Transaction/insert.php	(revision 16067)
@@ -21,5 +21,5 @@
 //echo $date->format('Y-m-d H:i:s');
 //fdgdfgdf
- $Time = explode(",",$Time);
+ $Times = explode(",",$Time);
 $select = explode(",",$SelectedSource);
 $measure = explode(",",$SelectedMeasure);
@@ -34,7 +34,7 @@
 						for($j=0;$j<=$new_limit-1;$j++){
 
-							echo $Time[$i];
+							echo $Times[$i];
 							echo "sgsdgdsg";
-							$ex_counter = explode(":",$Time[$i]);
+							$ex_counter = explode(":",$Times[$i]);
 							//$ex_counter2 = explode(" ",$ex_counter[1]);
 							
@@ -84,5 +84,5 @@
 
 				//////// Date parsing into format////////
-						$dateTime=new DateTime($date." ".$Time[$i]);
+						$dateTime=new DateTime($date." ".$Times[$i]);
 						$parsed_date =  $dateTime->format('Y-m-d H:i:s');
 						
