diff --git a/db/result/ResultSQLite.php b/db/result/ResultSQLite.php index 7a7996f..6c9c2d2 100644 --- a/db/result/ResultSQLite.php +++ b/db/result/ResultSQLite.php @@ -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(){