mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
Update functions_display.php
This commit is contained in:
@@ -291,7 +291,7 @@ function kleeja_debug()
|
||||
echo '<p> </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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user