[Rt-commit] rt branch, query-logging, updated. rt-3.8.8-946-g4748536
Shawn Moore
sartak at bestpractical.com
Tue Sep 28 20:52:23 EDT 2010
The branch, query-logging has been updated
via 4748536a9e328356df2dc24650f341ae141bd313 (commit)
from c9df61609a9b64efa4c6241ff2b941812402f08a (commit)
Summary of changes:
share/html/Admin/Tools/Queries.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 4748536a9e328356df2dc24650f341ae141bd313
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Sep 28 20:55:27 2010 -0400
Use loc in a few more places
diff --git a/share/html/Admin/Tools/Queries.html b/share/html/Admin/Tools/Queries.html
index 36d2c83..4007366 100644
--- a/share/html/Admin/Tools/Queries.html
+++ b/share/html/Admin/Tools/Queries.html
@@ -76,7 +76,7 @@ unless ($session{'CurrentUser'}->HasRight( Object=> $RT::System, Right => 'Super
% }
<li>
- <tt><% $request->{Path} %></tt> - <i><% sprintf '%.4f', $total %>s</i>
+ <&|/l, $request->{Path}, sprintf('%.4f', $total) &><tt>[_1]</tt> - <i>[_2]s</i></&>
<table class="tablesorter">
<thead>
<tr>
@@ -93,7 +93,7 @@ unless ($session{'CurrentUser'}->HasRight( Object=> $RT::System, Right => 'Super
<tr>
<td><% ++$s %></td>
- <td><i><% sprintf '%.4f', $duration %>s</i></td>
+ <td><&|/l, sprintf('%.4f', $duration) &><i>[_1]s</i></&></td>
<td><tt><% $sql %></tt></td>
</tr>
% }
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list