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();}
|
$this->close();}
|
||||||
|
|
||||||
public function close(){
|
public function close(){
|
||||||
if($this->stmt){
|
/*if($this->stmt){
|
||||||
$this->stmt->close();}
|
$this->stmt->close();}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
public function count(){
|
public function count(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user