Index: schedule/Transaction/insert.php
===================================================================
--- schedule/Transaction/insert.php	(revision 16112)
+++ schedule/Transaction/insert.php	(revision 16276)
@@ -28,21 +28,9 @@
 $insert_count = 0;
 	
-$new_limit = $limtex;
 
 
 
-						for($j=0;$j <= $new_limit;$j++){
 
-							//echo $Times[$j];
-							
-							$ex_counter = explode(":",$Times[$j]);
-					
-							$counter[$j] = $ex_counter[0];
-							
-							
-							
-							
-									
-						}
+						
 				
 	
@@ -50,8 +38,8 @@
 
 for($i=0;$i<=$limtex-1;$i++){
-
+$select = explode(",",$SelectedSource);
 						$n1 = $n_value[$i];
-						$select[$i];
-						$selectf = $select[$i];
+						
+					 $selectf = $select[$i];
 				//////Time////
 				//$Timef = $Time[$i];
@@ -81,5 +69,4 @@
 				
 				}	
-				//echo $new."<br />";
 			
 		$insert = mysql_query("INSERT IGNORE INTO schedule values('','$parsed_date','$parsed_date','$new','','$n1','$selectf','$measuref')") or die(mysql_error());
