Changeset 16046 for schedule/Transaction/insert.php
- Timestamp:
- 05/22/13 20:03:29 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16045 r16046 32 32 for($j=0;$j<=$new_limit-1;$j++){ 33 33 34 echo $Timef = $Time[$i];35 34 36 $ex_counter = explode(":",$Timef); 35 36 $ex_counter = explode(":", $Time[$i]); 37 37 //$ex_counter2 = explode(" ",$ex_counter[1]); 38 38
Note:
See TracChangeset
for help on using the changeset viewer.