equal
deleted
inserted
replaced
4323 |
4323 |
4324 $time_start = $time_last = $profile[0]['time']; |
4324 $time_start = $time_last = $profile[0]['time']; |
4325 |
4325 |
4326 foreach ( $profile as $i => $entry ) |
4326 foreach ( $profile as $i => $entry ) |
4327 { |
4327 { |
|
4328 // $time_since_last = $entry['time'] - $time_last; |
|
4329 // if ( $time_since_last < 0.01 ) |
|
4330 // continue; |
|
4331 |
4328 $html .= "<!-- ########################################################## -->\n<tr>\n <th colspan=\"2\">Event $i</th>\n</tr>"; |
4332 $html .= "<!-- ########################################################## -->\n<tr>\n <th colspan=\"2\">Event $i</th>\n</tr>"; |
4329 |
4333 |
4330 $html .= '<tr>' . "\n"; |
4334 $html .= '<tr>' . "\n"; |
4331 $html .= ' <td class="row2">Event:</td>' . "\n"; |
4335 $html .= ' <td class="row2">Event:</td>' . "\n"; |
4332 $html .= ' <td class="row1">' . htmlspecialchars($entry['point']) . '</td>' . "\n"; |
4336 $html .= ' <td class="row1">' . htmlspecialchars($entry['point']) . '</td>' . "\n"; |