Changeset 16070
- Timestamp:
- 05/23/13 04:20:44 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
schedule/Transaction/insert.php
r16069 r16070 34 34 for($j=0;$j<=$new_limit-1;$j++){ 35 35 36 echo $Times[$ i];36 echo $Times[$j]; 37 37 echo "sgsdgdsg"; 38 $ex_counter = explode(":",$Times[$i]); 39 //$ex_counter2 = explode(" ",$ex_counter[1]); 40 38 $ex_counter = explode(":",$Times[$j]); 39 41 40 $counter[$j] = $ex_counter[0]; 42 41 … … 44 43 echo "<br />"; 45 44 if($new_limit > 0){ 46 for($j=0;$j<=$new_limit -1;$j++){45 for($j=0;$j<=$new_limit;$j++){ 47 46 48 for($y=0;$y<=$new_limit-1;$y++){ 47 for($y=0;$y<=$new_limit;$y++){ 48 if($y > 0){ 49 if($counter[$j]==$counter[$y]){ 50 51 if(empty($by_count[$y]) || $by_count[$y] == 0){ 49 52 50 if($counter[$j]==$counter[$y+1]){ 53 $by_count[$y] = $y; 54 }else{ 55 56 $by_count[$y] = 0; 57 } 58 } 59 }else{ 51 60 52 if(empty($by_count[$j])){53 61 54 $by_count[$j] = $y; 55 } 62 $by_count[$y] = 0; 63 64 56 65 } 57 66
Note:
See TracChangeset
for help on using the changeset viewer.