Skip to content

Commit cb231b8

Browse files
authored
Merge pull request #942 from Mapiiik/patch-1
Fix sql_log_panel.php
2 parents c830c68 + c2603c5 commit cb231b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/element/sql_log_panel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<h4><?= h($logger->name()) ?></h4>
5656
<h5>
5757
<?= sprintf(
58-
'Total Time: %d ms &mdash; Total Queries: %d &mdash; Total Rows: %d',
58+
'Total Time: %d ms &mdash; Total Queries: %d',
5959
$logger->totalTime(),
6060
count($queries)
6161
);

0 commit comments

Comments
 (0)