mirror of
https://github.com/kleeja-official/kleeja.git
synced 2025-12-16 04:59:42 +01:00
somehow complete sqlite support
This commit is contained in:
@@ -389,7 +389,9 @@ class KleejaDatabase
|
||||
$query_id = $this->result;
|
||||
}
|
||||
|
||||
if ($results = $query_id->numColumns())
|
||||
|
||||
|
||||
if ($query_id && $results = $query_id->numColumns())
|
||||
{
|
||||
return $results;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user