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] . '';