Changeset 19451 for trunk/www/dch
- Timestamp:
- 03/18/19 22:47:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/dch/obs_summary.php
r19450 r19451 80 80 81 81 $suspend = false; 82 $doubleresume=false;83 82 $prev_data = array(); 84 83 … … 95 94 // Sanity check: There is not much we can do 96 95 if (empty($prev_data) || !$suspend) 97 {98 $doubleresume=true;99 96 continue; 100 }101 97 102 98 $prev_data['fStart'] = $array[$i]['fStart']; … … 136 132 $html2 .= " <td>|".$array[$i+1]["fStart"]."|</td>\n"; 137 133 $html2 .= " </tr>\n"; 138 $doubleresume=false;139 134 } 140 135
Note:
See TracChangeset
for help on using the changeset viewer.