Ignore:
Timestamp:
05/22/13 19:04:23 (11 years ago)
Author:
tanio
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • schedule/Transaction/insert.php

    r16041 r16042  
    3535                                                       
    3636                                                        $ex_counter = explode(":",$Timef);
    37                                                         $ex_counter2 = explode(" ",$ex_counter[1]);
     37                                                        //$ex_counter2 = explode(" ",$ex_counter[1]);
    3838                                                       
    39                                                         $counter[$j] = $ex_counter[0]." ".$ex_counter2[1];
     39                                                        $counter[$j] = $ex_counter[0];
    4040                                                                       
    4141                                                }
Note: See TracChangeset for help on using the changeset viewer.