fixed closing the sqlite result - caused problems
This commit is contained in:
parent
5b15d61e0a
commit
4034c58daa
@ -17,8 +17,8 @@ class ResultSQLite extends \SYSTEM\DB\Result{
|
||||
$this->close();}
|
||||
|
||||
public function close(){
|
||||
if($this->stmt){
|
||||
$this->stmt->close();}
|
||||
/*if($this->stmt){
|
||||
$this->stmt->close();}*/
|
||||
}
|
||||
|
||||
public function count(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user