From dacbb1c2e562415818cd31c1c8c4c99c8ffbe8e8 Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Thu, 23 May 2019 05:37:59 +0200 Subject: [PATCH] fix query numbers --- includes/functions_display.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions_display.php b/includes/functions_display.php index f2e6884..0a455a1 100755 --- a/includes/functions_display.php +++ b/includes/functions_display.php @@ -296,7 +296,7 @@ function kleeja_debug() { foreach ($SQL->debugr as $key=>$val) { - echo '
Query # [' . ($key+1) . '] '; + echo '
Query # [' . ($key) . '] '; echo '
'; echo 'Duration :' . $val[1] . '';