Skip to content

Commit

Permalink
ConnectionPanel: compatibility with Tracy 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jun 1, 2018
1 parent 5736260 commit b094b7a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ use Tracy;
echo $count, ($totalTime ? sprintf(', time: %0.3f ms', $totalTime * 1000) : ''), ', ', htmlspecialchars($name, ENT_NOQUOTES, 'UTF-8') ?></h1>

<div class="tracy-inner">
<div class="tracy-inner-container">
<table>
<tr><th>Time&nbsp;ms</th><th>SQL Query</th><th>Rows</th></tr>
<?php
Expand Down Expand Up @@ -56,3 +57,4 @@ use Tracy;
</table>
<?php if (count($queries) < $count): ?><p>...and more</p><?php endif ?>
</div>
</div>

0 comments on commit b094b7a

Please sign in to comment.