Changeset 16276 for schedule/Transaction


Ignore:
Timestamp:
05/26/13 15:00:29 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16112 r16276  
    2828$insert_count = 0;
    2929       
    30 $new_limit = $limtex;
    3130
    3231
    3332
    34                                                 for($j=0;$j <= $new_limit;$j++){
    3533
    36                                                         //echo $Times[$j];
    37                                                        
    38                                                         $ex_counter = explode(":",$Times[$j]);
    39                                        
    40                                                         $counter[$j] = $ex_counter[0];
    41                                                        
    42                                                        
    43                                                        
    44                                                        
    45                                                                        
    46                                                 }
     34                                               
    4735                               
    4836       
     
    5038
    5139for($i=0;$i<=$limtex-1;$i++){
    52 
     40$select = explode(",",$SelectedSource);
    5341                                                $n1 = $n_value[$i];
    54                                                 $select[$i];
    55                                                 $selectf = $select[$i];
     42                                               
     43                                         $selectf = $select[$i];
    5644                                //////Time////
    5745                                //$Timef = $Time[$i];
     
    8169                               
    8270                                }       
    83                                 //echo $new."<br />";
    8471                       
    8572                $insert = mysql_query("INSERT IGNORE INTO schedule values('','$parsed_date','$parsed_date','$new','','$n1','$selectf','$measuref')") or die(mysql_error());
Note: See TracChangeset for help on using the changeset viewer.