mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-20 14:59:41 +01:00
fix query numbers
This commit is contained in:
@@ -296,7 +296,7 @@ function kleeja_debug()
|
|||||||
{
|
{
|
||||||
foreach ($SQL->debugr as $key=>$val)
|
foreach ($SQL->debugr as $key=>$val)
|
||||||
{
|
{
|
||||||
echo '<fieldset name="sql" dir="ltr" style="background:white"><legend><em>Query # [' . ($key+1) . '</em>]</legend> ';
|
echo '<fieldset name="sql" dir="ltr" style="background:white"><legend><em>Query # [' . ($key) . '</em>]</legend> ';
|
||||||
echo '<textarea style="font-family:Courier New,monospace;width:99%; background:#F4F4F4" rows="5" cols="10">' . $val[0] . '';
|
echo '<textarea style="font-family:Courier New,monospace;width:99%; background:#F4F4F4" rows="5" cols="10">' . $val[0] . '';
|
||||||
echo '</textarea> <br />';
|
echo '</textarea> <br />';
|
||||||
echo 'Duration :' . $val[1] . '';
|
echo 'Duration :' . $val[1] . '';
|
||||||
|
|||||||
Reference in New Issue
Block a user