Update functions_display.php

This commit is contained in:
Hani Rouatbi
2022-08-22 20:38:46 +01:00
committed by GitHub
parent ff14205fcb
commit e9f0171ce8

View File

@@ -291,7 +291,7 @@ function kleeja_debug()
echo '<p>&nbsp;</p>';
echo '<p><h2><strong><em>SQL</em> Information :</strong></h2></p> ';
if (is_array($SQL->debugr))
if (!empty($SQL->debugr))
{
foreach ($SQL->debugr as $key=>$val)
{