Changeset 16042 for schedule/Transaction
- Timestamp:
- 05/22/13 19:04:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16041 r16042 35 35 36 36 $ex_counter = explode(":",$Timef); 37 $ex_counter2 = explode(" ",$ex_counter[1]);37 //$ex_counter2 = explode(" ",$ex_counter[1]); 38 38 39 $counter[$j] = $ex_counter[0] ." ".$ex_counter2[1];39 $counter[$j] = $ex_counter[0]; 40 40 41 41 }
Note:
See TracChangeset
for help on using the changeset viewer.